- Android Studio Shortcuts - Shortcuts to speed up development in Android Studio.
- VSCode Shortcuts for Windows, macOS - Shortcuts to speed up development in VSCode.
- Flutter CLI - Detailed Explanation to all the Flutter CLI commands.
- Dart CLI - Detailed Explanation to all the Dart CLI commands (
dart fix
might be quite useful in day-to-day development). - DartPad - a tool for creating effective and engaging educational content for Dart and Flutter users.
- DartPad Tutorial - Everything DartPad has to offer.
- Zapp! - free online sandbox environment for building & sharing Dart & Flutter applications, supporting all pub.dev packages, static analysis , embedding, previewing and much more.
- Interactive Git learning online - Learn git commands in an interactive way on
learngitbranching
website.
- https://dart.dev/guides/language/language-tour - a brief tour of the Dart language.
- https://dart.dev/guides/language/effective-dart - a guide to writing better Dart code.
- https://dart.dev/guides/language/analysis-options - a static analysis setup guide.
- https://dart.dev/guides/language/sound-problems - a guide on how to fix common problems in Dart code.
- https://dart.dev/tools/linter-rules - a list of all available Dart linter rules.
- https://dcm.dev/ - a tool to help you manage code quality and consistency (provides additional lint rules, code metrics and more).
- Widget of the Week playlist
- Package of the Week playlist
- https://flutter.dev/docs/development/ui/widgets-intro
- http://material.io
- https://developer.apple.com/design/
- https://en.wikipedia.org/wiki/Design_Patterns
- The "Gang of Four" aka "Design Patterns: Elements of Reusable Object-Oriented Software" book
- Flutter Design Patterns
- Refactoring Guru
- 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
- https://pub.dev/packages/injectable
- https://en.wikipedia.org/wiki/Representational_state_transfer
- https://pub.dev/packages/retrofit
- https://pub.dev/packages/json_serializable
- https://pub.dev/packages/isar
- https://pub.dev/packages/sqflite
- https://pub.dev/packages/firebase_storage
- https://pub.dev/packages/cloud_firestore
- https://pub.dev/packages/icloud_storage
- https://fluttersamples.com
- https://pub.dev/packages/async_redux
- https://pub.dev/packages/flutter_mobx
- https://pub.dev/packages/flutter_bloc
- 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
- https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012
- https://cs193p.sites.stanford.edu
- Developing packages & plugins - How to develop packages and plugins for Flutter.
- CocoaPods - package manager for Swift and Objective-C projects.
- Gradle - build automation system and package manager for Android.
- 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/
- https://surf.dev/flutter-under-the-hood/
- https://docs.flutter.dev/resources/architectural-overview
- https://surf.dev/flutter-architecture-guide/
- OWASP MASVS - Mobile Application Security Verification Standard
- https://pub.dev/packages/freerasp
- https://fastlane.tools
- https://danger.systems
- https://www.sonarqube.org
- https://codemagic.io/
- https://travis-ci.org
- https://firebase.google.com/docs/analytics
- https://docs.microsoft.com/en-us/appcenter/analytics/
- https://developer.mixpanel.com/docs/flutter
- https://docs.smartlook.com/docs/sdk/flutter
- https://pub.dev/packages/datadog_flutter_plugin
- 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
Do not hesitate to add more useful links, or suggest changes to the roadmap. Opinions are highly appreciated!