Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Created October 10, 2019 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tianhaoz95/1532d39f79eb189e8a8739e600655e94 to your computer and use it in GitHub Desktop.
Save tianhaoz95/1532d39f79eb189e8a8739e600655e94 to your computer and use it in GitHub Desktop.
Prepare Flutter development environment
# We are the cool kids dancing on the bleeding edge of technology
flutter channel master
flutter upgrade
# This command checks if everything is good to go
flutter doctor -v
# Go inside your repository. It's also okay to use to level
# Flutter project directory as the repository, but it will
# be more effort to maintain
cd ./awesome-repo
# This command will create a Flutter project in your repository
flutter create awesome-rock-paper-scissors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment