How do I build windows .exe from flutterflow project in VScode. is it even possible?. My project has firebase and running very well on the emulator and chrome in VSCode but could not build windows
Please share the process if you know how.
How do I build windows .exe from flutterflow project in VScode. is it even possible?. My project has firebase and running very well on the emulator and chrome in VSCode but could not build windows
Please share the process if you know how.
After downloading to VSC and installing all dependencies project run very well in emulator and chrome but when i want to build windows it give lots of errors including
" (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake.Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. "
I have already installed CMake and updated but nothing could work