Flutter code generation and app bundle size: FAQ
Answers to common Flutter questions about code generation, build_runner, generated Dart files and their effect on app bundle size.
Flutter tutorials and mobile development notes, including flavors, media sharing, code generation and app architecture.
Answers to common Flutter questions about code generation, build_runner, generated Dart files and their effect on app bundle size.
Learn how to receive images, video and other shared media from Android and iOS apps in Flutter with the share_handler package.
Learn how to configure Flutter flavors for separate development, staging and production app builds on Android, iOS and macOS.
Add secure JWT authentication and password hashing to a Dart Frog and Flutter full-stack app in this step-by-step monorepo tutorial.
Connect the Flutter client to a Dart Frog backend in a monorepo using shared packages and the stacked architecture.
Connect a Dart Frog to-do API to PostgreSQL and implement complete CRUD routes in this Dart and Flutter full-stack tutorial.
Build the Dart models, data sources, repositories and CRUD operations for a full-stack to-do app with Dart Frog and Flutter.
Create shared Dart packages for data sources, repositories and failures in a Dart Frog and Flutter monorepo using very_good_cli, freezed and json_serializable.
Start a full-stack to-do app with Dart Frog and Flutter in a monorepo. Set up the app structure and share Dart code between the frontend and backend.