• Understanding Impeller: A deep-dive into Flutter’s Rendering Engine Link
• The Flutter: BuildContext, Widget Tree, and Navigator Link
• Dart and Flutter Complete Guide — Mastering “Collections” Link
• Dart and Flutter Comprehensive Guide — Mastering “Records” Link
• Generics in Flutter Link
• Flutter API Docs Link
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 of all the Flutter CLI commands.
-
Dart CLI - Detailed Explanation of 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 Documentation - DartPad documentation on dart.dev.
-
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/
- The "Gang of Four" aka "Design Patterns: Elements of Reusable Object-Oriented Software" book
- Flutter Design Patterns
- Refactoring.Guru
- 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
Automated testing falls into a few categories:
- A unit test tests a single function, method, or class.
- A widget test (in other UI frameworks referred to as component test) tests a single widget.
- An integration test tests a complete app or a large part of an app.
More Useful Links
- 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.
- Flutter Rendering Pipline
- The Mahogany Staircase - Flutter's Layered Design
- Flutter Top to Bottom
- Dart VM
- Flutter Under the Hood
- Flutter architectural
- Flutter Application Architecture
- OWASP MASVS - Mobile Application Security Verification Standard.
- freeRASP- Mobile in-app protection and security monitoring SDK.
- 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