Historical running notes on Flutter releases and changes
Dart and Flutter evaluation but also Go comparison.
Good blog on Flutter. Among others, good series on design patterns.
Series of design patterns in Flutter and Dart
sdk-tools renamed to commandline-tools
Setup IntelliJ to run Flutter driver test
Package builds responsive layouts so app can be commons for phone, applet, desktop.
Describes how to use Google Font in Flutter
How to run Flutter integration test (driver test) from IntelliJ
Style guide for the Flutter repo. Interestingly, some of the recommended alignment is destroyed by Dart formatter. I am on the side of good alignment FWIW
List comprehension in Dart; Also shows parallel iteration of two lists
Increase storage and memory for Flutter emulator.
Extensive Flutter style guide for developers
Flutter integration_test showing screenshot capture
Flutter online book, similar to Dart Tour for Dart.Flutter online book, similar to Dart Tour for Dart.
Directory layout conventions for Dart and Flutter packages.
Described BuildContext and various 'of' methods
Pass environment arguments to Flutter program from command line or IntelliJ, because main() in Flutter does NOT have main(args)
Example of integration testing a Flutter app.
Example of testing a Flutter app.