Skip to main content

Frameworks

State management

Standard

  • Bloc [8181⭐] - Collection of packages that help implement the BLoC design pattern by Felix Angelov.
  • MobX [2037⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land.
  • Provider [3974⭐] - State-management library for Flutter by Remi Rousselet.
  • RiverPod [2214⭐] - Provider, but different by Remi Rousselet.
  • GetX - Contextless, State-management & navigation by Jonny Borges.
  • Binder [167⭐] - A lightweight, yet powerful way to bind your application state with your business logic, by Romain Rastel.

Redux / ELM / Dependency Injection

  • Built redux [81⭐] - Automatic subscribing to your redux stores. Based on the built pattern by David Marne.
  • Redux.dart [486⭐] - Port of Redux to Dart with an ecosystem of middleware, Flutter integrations, and time traveling dev tools by John Ryan and Brian Egan.
  • Redux [1522⭐] - Built to work with redux.dart, utilities that allow you to easily consume a Redux Store to build Widgets.
  • Inject [847⭐] - Compile-time dependency injection by Google.
  • Flux [368⭐] - Implementation of the Flux framework by Google.
  • Fish [7214⭐] - Alibaba Redux implementation.
  • Async Redux [199⭐] - Redux without boilerplate. Allows for both sync and async reducers by Marcelo Glasberg.

Widgets

Data

Backend

Animation

Testing

Web