🚀 Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 2

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • full_stack_todo_dart

    A full-stack to-do app written in Flutter and dart_frog, using a mono repository and driven by melos.

  • We will add additional shared typedefs to this file as needed. GitHub Link

  • This is inspired by ReSo Coder's Clean Architecture tutorial.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • json_serializable.dart

    Generates utilities to aid in serializing to/from JSON.

  • Once the package has been created, we will install freezed for JSON serialization and value equality , as this library provides helpful tools for these tasks. We will use json_serializable for JSON serialization. To install freezed and freezed_annotation, open your terminal inside the models package and use the command:

  • freezed

    Code generation for immutable classes that has a simple syntax/API without compromising on the features.

  • Once the package has been created, we will install freezed for JSON serialization and value equality , as this library provides helpful tools for these tasks. We will use json_serializable for JSON serialization. To install freezed and freezed_annotation, open your terminal inside the models package and use the command:

  • very_good_cli

    A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄

  • To do this, we will be using very_good_cli.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts