Compile Flutter App to .exe Windows Executable File.

preview_player
Показать описание
This video explains in detail the steps involved in compiling a flutter application to a Windows Executable file(.exe) that can be distributed across stores.
Рекомендации по теме
Комментарии
Автор

What if your project uses FFI? i.e. Your dart code calls functions from 32-bit DLL and 64-bit DLLs?

I've read that flutter doesn't support compiling 32-bit Windows app executables, but not sure why if dart supports calling 32-bit DLLs?

bennguyen