https://flutter.dev/docs/cookbook ****Note: Use codepen on browser **** ~/android-studio/bin$ sudo ./studio.sh flutter --help 1) Flutter SDK: /home/{user}/flutter 2) Run "flutter doctor" 3) Go to your created flutter project directory flutter create project_name 4) cd project_name 5) Run "flutter emulators" to see any emulators 6) sudo chmod 777 /dev/kvm 7) Run "flutter emulators --launch Nexus 5X API 28<your emulator id>" 8) Run "flutter run" -------------------------------------- 9) Run flutter web flutter config --enable-web flutter run -d chrome 10) flutter pub get 11) flutter upgrade/flutter pub outdated 12) flutter clean 13) flutter build 14) flutter build apk(build apk) 15) flutter build appbundle ------------------ Change channels in flutter 16) flutter channel [dev/beta/master/stable] Flutter Resources: Documentation: https://docs.flutter.io/ Github: https://github.com/flutter/flutter StackOverflow: https://stackoverflow.com/questions/tagged/flutter Gitter: https://gitter.im/flutter/flutter Effective Dart Guide: https://www.dartlang.org/guides/language/effective-dart Dart Tips: https://www.dartlang.org/resources/dart-tips Flutter FAQ: https://flutter.io/faq/ Flutter Rendering: https://www.youtube.com/watch?v=UUfXWzp0-DU Flutter Engine: https://github.com/flutter/engine/wiki Hot Reload: https://flutter.io/hot-reload/ Flutter Inspector: https://dart-lang.github.io/observatory/ Dart Style Guide: https://www.dartlang.org/guides/language/effective-dart/style Dart Observatory: https://dart-lang.github.io/observatory/ Flutter Widgets: https://flutter.io/widgets/ Flutter Gallery App Code: https://github.com/flutter/flutter/tree/master/examples/flutter_gallery Flutter Gallery Android App: https://play.google.com/store/apps/details?id=io.flutter.demo.gallery Flutter Layout: https://flutter.io/tutorials/layout/ Material: https://material.io Icons: https://thenounproject.com Images: https://unsplash.com Fonts: https://fonts.google.com Google APIs: https://pub.dartlang.org/packages/googleapis Async and Futures: https://www.dartlang.org/tutorials/language/futures Testing: https://flutter.io/testing/