Flutter Roadmap
Dev Environment
Language
Basic Widgets
- https://flutter.dev/docs/development/ui/widgets-intro
- https://www.youtube.com/watch?v=b_sQ9bMltGU&list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG
- http://material.io
- https://developer.apple.com/design/
Core Design Patterns
Core Design Principles
- https://en.wikipedia.org/wiki/KISS_principle
- https://en.wikipedia.org/wiki/Don%27t_repeat_yourself
- https://en.wikipedia.org/wiki/SOLID
- https://cleancoders.com
- https://pub.dev/packages/provider
- https://pub.dev/packages/get_it
Networking
- https://en.wikipedia.org/wiki/Representational_state_transfer
- https://pub.dev/packages/chopper
- https://pub.dev/packages/json_serializable
Simple Persistence
Database
- https://pub.dev/packages/sqflite
- https://pub.dev/packages/firebase
- https://pub.dev/packages/moor
- https://pub.dev/packages/hive
Architecture
- https://fluttersamples.com
- https://pub.dev/packages/flutter_redux
- https://pub.dev/packages/flutter_mobx
- https://pub.dev/packages/flutter_bloc
Testing
- https://en.wikipedia.org/wiki/Test-driven_development
- https://en.wikipedia.org/wiki/Behavior-driven_development
- https://www.amazon.com/Test-Driven-Development-Kent-Beck/dp/0321146530
Languages
- https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012
- https://itunes.apple.com/us/course/developing-ios-11-apps-with-swift/id1309275316 (let’s hope for the updated version)
Dart
Package Manager
- https://flutter.dev/docs/development/packages-and-plugins/developing-packages
- https://cocoapods.org
- https://maven.apache.org
Profiling
Flutter Internals
- https://youtu.be/UUfXWzp0-DU
- https://youtu.be/dkyY9WCGMi0
- http://www.cs.cmu.edu/~bam/uicourse/830spring20/05-830-2020-03-23-Lecture-10-Flutter.mp4
- https://mrale.ph/dartvm/
Continuous Integration
- https://fastlane.tools
- https://danger.systems
- https://www.sonarqube.org
- https://codemagic.io/
- https://travis-ci.org
Analytics
Store
- https://developer.apple.com/app-store/review/guidelines/
- https://play.google.com/about/developer-content-policy/
- https://developer.android.com/distribute/best-practices/launch/launch-checklist
Contribution
Do not hesitate to add more useful links, or suggest changes to the roadmap. Opinions are highly appreciated!