Skip to content
Karmanyaah Malhotra edited this page Mar 15, 2020 · 14 revisions
  1. Fluttercrashcourse.com - junior dev course
    1. I think he starts talking about this in video 3 - https://flutter.dev/docs/development/tools/formatting - wasn't enabled by default for me
  2. (Optional) - overlaps with parts of the crash course https://codelabs.developers.google.com/codelabs/from-java-to-dart
  3. https://flutter.dev/docs/development/ui/layout/tutorial
    1. Play with various parameters for look and feel (color, style etc.)
    2. Use the file from the junior dev course
  4. Cool tip: https://pub.dev/packages/wakelock
    1. Enable before AND after runApp in main
  5. https://flutter.dev/docs/development/ui/interactive
    1. Follow through and play with stuff for the switzerland app thing
    2. No need to follow through on the 'Managing state' part but spend some time to understand the different models for managing state.
    3. Use the file from step 2
    4. Cool tip: at the end, do ctrl+shift+p and pick flutter: outline view - make sure a file with a lot of stuff is open
  6. https://flutter.dev/docs/testing/build-modes
    1. Go over in not too much detail
    2. (Build for android as 'flutter build apk' and enjoy) or (Build for iOS I don't know how it works)
  7. Clone basic branch of this repo
  8. https://flutter.dev/docs/cookbook/navigation/navigation-basics
    1. Currently working on
    2. Make a copy of the template
Clone this wiki locally