🚀 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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • 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
  • This is inspired by ReSo Coder's Clean Architecture tutorial.

  • 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.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Dart 3.0: Best New Features & Why You Should Care

    2 projects | /r/FlutterDev | 17 May 2023
  • Access Riverpod providers from Isolate

    3 projects | /r/flutterhelp | 22 Apr 2023
  • What state management provider do you use for your projects and why?

    1 project | /r/flutterhelp | 1 Apr 2023
  • When would you offload business logic from the main thread to Isolate?

    2 projects | /r/FlutterDev | 23 Mar 2023
  • Mockito flutter

    1 project | /r/flutterhelp | 20 Mar 2023