Skip to content
Sailesh Dahal

Dart Frog and Flutter monorepo tutorial

A 6-part series. Start at part one and work down.

  1. 01Dart Frog and Flutter monorepo tutorial: build a full-stack app (Part 1)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.December 19, 2022 路 3 min read
  2. 02Dart Frog and Flutter monorepo: shared Dart packages (Part 2)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.December 22, 2022 路 9 min read
  3. 03Dart Frog CRUD API with Flutter: models and repositories (Part 3)Build the Dart models, data sources, repositories and CRUD operations for a full-stack to-do app with Dart Frog and Flutter.January 1, 2023 路 9 min read
  4. 04Dart Frog and Flutter with PostgreSQL: build CRUD routes (Part 4)Connect a Dart Frog to-do API to PostgreSQL and implement complete CRUD routes in this Dart and Flutter full-stack tutorial.January 2, 2023 路 21 min read
  5. 05Dart Frog and Flutter monorepo: connect the app (Part 5)Connect the Flutter client to a Dart Frog backend in a monorepo using shared packages and the stacked architecture.January 13, 2023 路 24 min read
  6. 06Dart Frog and Flutter JWT authentication tutorial (Part 6)Add secure JWT authentication and password hashing to a Dart Frog and Flutter full-stack app in this step-by-step monorepo tutorial.January 31, 2023 路 23 min read