Flutter matters
Flutter Text and rendering features
- flutter-text-rendering
- framework.dart
- text.dart
- basic.dart
- Examples of Flutter's layered architecture
Medium articles
YouTube videos
Firebase Auth sample
Firebase Auth articles
- Flutter Password-less Authentication — a guide for phone & email login
- Flutter: How to implement Password-less login with Firebase
- Flutter: Email verification and password reset
Articles on rendering
- The Engine architecture
- Flutter’s Rendering Engine: A Tutorial
- Everything you need to know about tree data structures
- Android’s Font Renderer
Flutter RenderObject / painting
Flutter UI design tools
- flutter IDE
- flutter studio, no source code! he has two apps, https://flutterstudio.app and https://devicedb.app/.
- another flutter studio project, has source code but broken code at the moment.
Dart serialization
Page Routing
- Flutter web routing with parameters
dart code generation
- [Part 1] Code generation in Dart: the basics
- [Part 2] Code generation in Dart: Annotations, source_gen and build_runner
- todo_reporter.dart in github
Flutter markdown editing
We can use this editor as a basis for markdown editing
- Soft and gentle rich text editing
- Markdown Editor With Flutter. This is incomplete, but at least the idea is there for us to examine.