A Bloc extension to create finite-state machines 🤖 Feedbacks welcomes 💙

This page summarizes the projects mentioned and recommended in the original post on /r/FlutterDev

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

    A predictable state management library that helps implement the BLoC design pattern

    If you compare the bloc's infinite list example with its re-implementation using the state machine, you'll notice that the bloc version relies on a "complex" (the example is trivial) function with lots of conditions while the state machine version is just a bunch of logic-less transitions.

  • state_machine_bloc

    An extension to the bloc state management library which lets you create State Machine using a declarative API.

    If you compare the bloc's infinite list example with its re-implementation using the state machine, you'll notice that the bloc version relies on a "complex" (the example is trivial) function with lots of conditions while the state machine version is just a bunch of logic-less transitions.

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

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