Last active
January 24, 2020 07:05
-
-
Save sketchbuch/8a565b06c2937300c778d5015c3172f2 to your computer and use it in GitHub Desktop.
FLUTTER - Commands Reference
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Clear device caches: | |
=================== | |
> flutter clean | |
Get packages | |
============ | |
> flutter pub get | |
Run flutter doctor | |
================== | |
> flutter doctor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment