Skip to content

Instantly share code, notes, and snippets.

@k4zek4ge
Last active October 21, 2019 08:50
Show Gist options
  • Save k4zek4ge/cd9c4cd824073849a2e88e3dc526028e to your computer and use it in GitHub Desktop.
Save k4zek4ge/cd9c4cd824073849a2e88e3dc526028e to your computer and use it in GitHub Desktop.
# to view current channel
flutter channel
# Now with Flutter 1.9
flutter channel master
flutter upgrade
flutter config --enable-web
cd <into project directory>
#to generate the web dir
flutter create .
flutter run -d chrome
#To generate a release build:
flutter build web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment