-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Karmanyaah Malhotra edited this page Mar 15, 2020
·
14 revisions
- Fluttercrashcourse.com - junior dev course
- I think he starts talking about this in video 3 - https://flutter.dev/docs/development/tools/formatting - wasn't enabled by default for me
- (Optional) - overlaps with parts of the crash course https://codelabs.developers.google.com/codelabs/from-java-to-dart
-
https://flutter.dev/docs/development/ui/layout/tutorial
- Play with various parameters for look and feel (color, style etc.)
- Use the file from the junior dev course
- Cool tip: https://pub.dev/packages/wakelock
- Enable before AND after runApp in main
-
https://flutter.dev/docs/development/ui/interactive
- Follow through and play with stuff for the switzerland app thing
- No need to follow through on the 'Managing state' part but spend some time to understand the different models for managing state.
- Use the file from step 2
- 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
-
https://flutter.dev/docs/testing/build-modes
- Go over in not too much detail
- (Build for android as 'flutter build apk' and enjoy) or (Build for iOS I don't know how it works)
- Clone basic branch of this repo
-
https://flutter.dev/docs/cookbook/navigation/navigation-basics
- Currently working on
- Make a copy of the template