Skip to content

Instantly share code, notes, and snippets.

@ilopX
Created June 16, 2019 08:47
Show Gist options
  • Save ilopX/d3c3f4ff1f4852041ab4d00093609f14 to your computer and use it in GitHub Desktop.
Save ilopX/d3c3f4ff1f4852041ab4d00093609f14 to your computer and use it in GitHub Desktop.
Run flutter app on Windows
set ENABLE_FLUTTER_DESKTOP=true
call flutter channel master
call flutter upgrade
call flutter run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment