I am on of those that drank all the Kool-Aid and built a production Flutter Desktop app for a very large client. The client LOVES the POC we put together, but now we need to deploy a release mode version onto several Windows 10 "podium" PC's
Flutter Desktop for Windows does not build a release mode build.
This makes us have to distribute debug versions MSVC runtime libraries, etc.
Do you have an idea of when release builds will be supported?
We need a way to package the application into a Windows installation, accounting for all dependencies (like MSVC, Flutter runtime DLL, etc.). Is there a list published somewhere to make this easy to find?
Any help you can provide toward answering these and other questions that have come up (e.g., we seem to not be able to insert any code that works to allow for tabbing between text fields, so it makes field navigation hard for the user) would be greatly appreciated.
Travis, in case you were successful with building a "release" binary for Windows, please let us know.
using `flutter build` to make a "release" build
- Is there any date, to when we can expect that Windows reaches a similar maturity as macOS now? This would probably means fixing all the tasks from the Project Windows Preview
--
You received this message because you are subscribed to the Google Groups "Desktop Embedding for Flutter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-desktop-embe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-desktop-embedding-dev/e411d73f-5d30-47b5-86dc-5fa50d575140%40googlegroups.com.
Plans to support Flutter on the three Desktop platforms exist since April last year, or even longer.
- Is there any date, to when we can expect that Windows reaches a similar maturity as macOS now? This would probably means fixing all the tasks from the Project Windows Preview
- Is there any way to speed up Windows development apart from contributing code?