Flutter Gems is a curated list of 7000+ useful Dart & Flutter packages that are categorized based on functionality.

Discord Medium LinkedIn Twitter

Top Flutter Dependency Injection and State Management packages

Last updated: October 19, 2025

State management refers to the process of managing the data or state of an application. In other words, it's about keeping track of the various pieces of data that are used by an application and ensuring that they are consistent and up-to-date. State management is an important aspect of building a scalable and maintainable application, as it helps to ensure that the different parts of the application are working together in a predictable and consistent way.

Dependency injection, on the other hand, is a design pattern that is used to create loosely coupled software components. In dependency injection, the dependencies of a particular component (such as a class or function) are passed in to the component from the outside, rather than being created or managed internally. This allows the component to be more easily tested and reused in different contexts, and makes it easier to manage the relationships between different components in an application.

While state management and dependency injection are separate concepts, they can be used together to build scalable and maintainable applications. For example, a state management system can be used to manage the data or state of an application, while dependency injection can be used to create loosely coupled components that can interact with the state management system.

The complete list of Flutter Dependency Injection and State Management packages is provided below.


provider
👍 10.86K   ⬇️ 2.8M
Dart 3 compatible
Maintenance Status: Good

A wrapper around InheritedWidget to make them easier to use and more reusable.

flutter_bloc
👍 7.87K   ⬇️ 3M
Dart 3 compatible
Maintenance Status: Good

Flutter widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.

rxdart
👍 2.83K   ⬇️ 5.4M
Dart 3 compatible
Maintenance Status: Average

RxDart is an implementation of the popular ReactiveX api for asynchronous programming, leveraging the native Dart Streams api.

riverpod
👍 3.8K   ⬇️ 3.1M
Dart 3 compatible
Maintenance Status: Good

A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.

get_it
👍 4.6K   ⬇️ 2.1M
Dart 3 compatible
Maintenance Status: Good

Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App"

bloc
👍 3.13K   ⬇️ 3.1M
Dart 3 compatible
Maintenance Status: Good

A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.

flutter_riverpod
👍 2.76K   ⬇️ 3.1M
Dart 3 compatible
Maintenance Status: Good

A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.

state_notifier
👍 335   ⬇️ 3.1M
Dart 3 compatible
Maintenance Status: Poor

ValueNotifier, but outside Flutter and with some extra perks

bloc_test
👍 652   ⬇️ 2.3M
Dart 3 compatible
Maintenance Status: Good

A testing library which makes it easy to test blocs. Built to be used with the bloc state management package.

bloc_concurrency
👍 558   ⬇️ 1.9M
Dart 3 compatible
Maintenance Status: Good

Custom event transformers inspired by ember concurrency. Built to be used with the bloc state management package.

injectable
👍 1.41K   ⬇️ 637.9K
Dart 3 compatible
Maintenance Status: Good

Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.

mobx
👍 1.31K   ⬇️ 97.1K
Dart 3 compatible
Maintenance Status: Good

MobX is a library for reactively managing the state of your applications. Use the power of observables, actions, and reactions to supercharge your Dart and Flutter apps.

scope
👍 13   ⬇️ 1.6M
Dart 3 compatible
Maintenance Status: Average

A Dependency injection (Inversion of Control) library. Supports nested Scopes and multiple values of the same type.

hooks_riverpod
👍 911   ⬇️ 297.7K
Dart 3 compatible
Maintenance Status: Good

A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.

hydrated_bloc
👍 946   ⬇️ 148.9K
Dart 3 compatible
Maintenance Status: Good

An extension to the bloc state management library which automatically persists and restores bloc states.

event_bus
👍 733   ⬇️ 342.2K
Dart 3 compatible
Maintenance Status: Average

A simple Event Bus using Dart Streams for decoupling applications

scoped_model
👍 285   ⬇️ 644.9K
Dart 3 compatible
Maintenance Status: Poor

A Widget that passes a Reactive Model to all of it's children

flutter_mobx
👍 708   ⬇️ 65.6K
Dart 3 compatible
Maintenance Status: Good

Flutter integration for MobX. It provides a set of Observer widgets that automatically rebuild when the tracked observables change.

flutter_redux
👍 564   ⬇️ 36.1K
Dart 3 compatible
Maintenance Status: Poor

A set of utility Widgets that Provide and Connect to a Redux Store

signals
👍 571   ⬇️ 7.3K
Dart 3 compatible
Maintenance Status: Good

Reactivity made simple. Do more by doing less. Supports Flutter and any Dart project including HTML/JS, CLI, Shelf Server, VM and more.

redux
👍 409   ⬇️ 147.5K
Dart 3 compatible
Maintenance Status: Poor

Redux is a predictable state container for Dart and Flutter apps

states_rebuilder
👍 407   ⬇️ 17.3K
Dart 3 compatible
Maintenance Status: Average

a simple yet powerful state management technique for Flutter

mobx_codegen
👍 298   ⬇️ 96.8K
Dart 3 compatible
Maintenance Status: Good

Code generator for MobX that adds support for annotating your code with @observable, @computed, @action and also creating Store classes.

flutter_data
👍 371   ⬇️ 994
Dart 3 compatible
Maintenance Status: Good

The seamless way to work with persistent data models in Flutter. Inspired by Ember Data and ActiveRecord.

injector
👍 63   ⬇️ 286.1K
Dart 3 compatible
Maintenance Status: Average

injector is a simple to use and lightweight dependency injection library for dart

replay_bloc
👍 188   ⬇️ 26.2K
Dart 3 compatible
Maintenance Status: Good

An extension to the bloc state management library which adds support for undo and redo.

watch_it
👍 195   ⬇️ 6.9K
Dart 3 compatible
Maintenance Status: Good

The simple state management powered by get_it. It allows to observe changes of objects inside the get_it service locator and rebuild the UI accordingly.

kiwi
👍 171   ⬇️ 37.4K
Dart 3 compatible
Maintenance Status: Average

A simple yet efficient dependency injection container for Dart and Flutter (can be coupled with the kiwi_generator package).

auto_injector
👍 114   ⬇️ 107.7K
Dart 3 compatible
Maintenance Status: Good

Automatic Dependency Injection System, but without build_runner

async_redux
👍 156   ⬇️ 7.2K
Dart 3 compatible
Maintenance Status: Good

The modern version of Redux. State management that's simple to learn and easy to use; Powerful enough to handle complex applications with millions of users; Testable.

get_it_mixin
👍 140   ⬇️ 4.7K
Dart 3 compatible
Maintenance Status: Poor

mixin on Stateless- and StatefulWidgts that makes binding the Widget to Objects stored in GetIt easier.

state_machine
👍 39   ⬇️ 133.6K
Dart 3 compatible
Maintenance Status: Good

Finite state machine library. Easily define legal state transitions. Listen to state entrances, departures, and transitions.

flutter_triple
👍 126   ⬇️ 2.6K
Dart 3 compatible
Maintenance Status: Poor

Implementation of the Segmented State Pattern (SSP) nicknamed Triple.

redux_thunk
👍 66   ⬇️ 68.8K
Dart 3 compatible
Maintenance Status: Poor

A Redux.dart Middleware that allows you to dispatch functions that perform async work as actions.

bloc_presentation
👍 77   ⬇️ 53.7K
Dart 3 compatible
Maintenance Status: Good

Extends blocs with an additional stream which can serve as a way of indicating single-time events (so-called "presentation events").

riverbloc
👍 113   ⬇️ 2.4K
Dart 3 compatible
Maintenance Status: Good

BlocProvider implementation with riverpod as alternative to provider, similar to StateNotifierProvider

hooked_bloc
👍 94   ⬇️ 8.1K
Dart 3 compatible
Maintenance Status: Good

Flutter package that simplifies injection and usage of Bloc/Cubit.

momentum
👍 97   ⬇️ 91
Dart 3 compatible
Maintenance Status: Poor

MVC pattern for flutter. Works as state management, dependency injection and service locator.

asp
👍 95   ⬇️ 2.3K
Dart 3 compatible
Maintenance Status: Good

ASP (Atomic State Pattern) offers a simplified, Predictable and Powerful State Management for Flutter.

redux_dev_tools
👍 9   ⬇️ 111.2K
Dart 3 compatible
Maintenance Status: Poor

Time Travel Dev Tools for Dart Redux

flutter_getit
👍 90   ⬇️ 891
Dart 3 compatible
Maintenance Status: Average

Integrating with 'get_it,' it efficiently manages Flutter project dependencies, providing robust page control, route management, and module flexibility

rx_notifier
👍 82   ⬇️ 9.7K
Dart 3 compatible
Maintenance Status: Poor

Extension to ValueNotifier by transparently applying functional reactive programming (TFRP)

ioc_container
👍 88   ⬇️ 1.3K
Dart 3 compatible
Maintenance Status: Poor

A lightweight, flexible, and high-performance dependency injection and service location library for Dart and Flutter

june
👍 86   ⬇️ 3.2K
Dart 3 compatible
Maintenance Status: Average

June is a lightweight and modern state management library that focuses on providing a pattern very similar to Flutter's native state management.

fquery
👍 81   ⬇️ 5.8K
Dart 3 compatible
Maintenance Status: Good

Simple yet powerful async state management solution with in-built caching

isolator
👍 83   ⬇️ 569
Dart 3 compatible
Maintenance Status: Poor

Isolator is a package, which offer to you a simple way for creating two-component states with isolated part and frontend part of any kind - BLoC, MobX, ChangeNotifier and others

flutter_simple_dependency_injection
👍 74   ⬇️ 4.7K
Dart 3 compatible
Maintenance Status: Poor

A super simple dependency injection implementation for flutter that behaves like any normal IOC container and does not rely on mirrors

solidart
👍 72   ⬇️ 5.2K
Dart 3 compatible
Maintenance Status: Good

A simple State Management solution for Dart applications inspired by SolidJS

flutter_state_notifier
👍 54   ⬇️ 24.4K
Dart 3 compatible
Maintenance Status: Poor

Flutter bindings for state_notifier, such as StateNotifierProvider and StateNotifierBuilder

built_redux
👍 10   ⬇️ 81.6K
Dart 3 compatible
Maintenance Status: Good

A state management library written in dart that enforces immutability

fbroadcast
👍 49   ⬇️ 30.8K
Dart 3 compatible
Maintenance Status: Poor

FBroadcast Help developers build an efficient broadcast system in the application.

pmvvm
👍 72   ⬇️ 178
Dart 3 compatible
Maintenance Status: Poor

A clean & simple MVVM solution for state management using Provider package.

flutter_solidart
👍 67   ⬇️ 5K
Dart 3 compatible
Maintenance Status: Good

A simple State Management solution for Flutter applications inspired by SolidJS

redux_saga
👍 31   ⬇️ 50.2K
Dart 3 compatible
Maintenance Status: Good

redux_saga is a library that aims to make application side effects easier to manage, more efficient to execute, easy to test, and better at handling failures.

creator
👍 69   ⬇️ 558
Dart 3 compatible
Maintenance Status: Poor

A state management library that enables concise, fluid, readable and testable business logic code.

observable_ish
👍 66   ⬇️ 2.1K
Dart 3 compatible
Maintenance Status: Good

Write elegant reactive cross-platform client side application using observable states and event emitters.

yx_scope
👍 66   ⬇️ 220
Dart 3 compatible
Maintenance Status: Good

A core package of the compile-safe DI framework with advanced scoping capabilities

app_state
👍 64   ⬇️ 832
Dart 3 compatible
Maintenance Status: Good

A state management solution on top of Router API for larger apps.

state_persistence
👍 64   ⬇️ 52
Dart 3 compatible
Maintenance Status: Poor

Persist state across app launches. By default this library store state as a local JSON file called 'data.json' in the applications data directory.

rearch
👍 61   ⬇️ 696
Dart 3 compatible
Maintenance Status: Good

A re-imagined declarative approach to application design and architecture

rx_bloc Card Image
rx_bloc
👍 58   ⬇️ 3.1K
Dart 3 compatible
Maintenance Status: Good

A Flutter package that helps implementing the BLoC (Business Logic Component) Design Pattern using the power of reactive streams.

reactter
👍 60   ⬇️ 167
Dart 3 compatible
Maintenance Status: Good

A light, powerful and quick Reactive State Management, Dependency Injection and Event Handler.

signals_flutter
👍 52   ⬇️ 9.8K
Dart 3 compatible
Maintenance Status: Good

The signals library exposes four core functions which are the building blocks to model any business logic you can think of.

property_change_notifier Card Image
property_change_notifier
👍 56   ⬇️ 2.8K
Dart 3 compatible
Maintenance Status: Good

A drop-in replacement for ChangeNotifier for observing only certain properties of a model.

triple
👍 55   ⬇️ 2.8K
Dart 3 compatible
Maintenance Status: Poor

Abstraction for the Segmented State Pattern. Use to create Triple Store.

statemachine
👍 48   ⬇️ 9.5K
Dart 3 compatible
Maintenance Status: Good

A simple, yet powerful state machine framework for Dart supporting Flutter and web apps.

refena
👍 51   ⬇️ 3K
Dart 3 compatible
Maintenance Status: Good

A state management library for Dart and Flutter. Inspired by Riverpod and async_redux.

flutter_onlooker
👍 49   ⬇️ 87
Dart 3 compatible
Maintenance Status: Average

A state management library that provides a simple solution for updating state and navigation.

context_watch
👍 40   ⬇️ 9.3K
Dart 3 compatible
Maintenance Status: Good

A hassle-free way to watch for observable value changes within the `build` method.

comms
👍 45   ⬇️ 2.3K
Dart 3 compatible
Maintenance Status: Good

Simple communication pattern abstraction on streams, created for communication between logic classes.

reselect
👍 19   ⬇️ 35.5K
Dart 3 compatible
Maintenance Status: Poor

Efficiently derive data from your Redux Store

mvvm_plus Card Image
mvvm_plus
👍 44   ⬇️ 279
Dart 3 compatible
Maintenance Status: Average

MVVM+ is a lightweight Flutter implementation of MVVM, plus a locator for sharing states via a global registry (like GetIt) or inherited widgets (like Provider).

flutter_rx_bloc
👍 43   ⬇️ 620
Dart 3 compatible
Maintenance Status: Average

Set of Flutter Widgets that help implementing the BLoC design pattern. Built to be used with the rx_bloc package.

isolate_bloc
👍 43   ⬇️ 38
Dart 3 compatible
Maintenance Status: Poor

A dart package that helps implement the BLoC pattern. BLoC works in Isolate and don't slow down UI.

event_bus_plus
👍 39   ⬇️ 5K
Dart 3 compatible
Maintenance Status: Good

Event Bus for Dart.

redux_epics
👍 38   ⬇️ 4.6K
Dart 3 compatible
Maintenance Status: Good

A redux.dart Middleware that helps you perform side effects using Streams

cubes
👍 40   ⬇️ 83
Dart 3 compatible
Maintenance Status: Poor

Simple State Manager (Focusing on simplicity and rebuilding only the necessary)

angular_bloc
👍 39   ⬇️ 530
Dart 3 compatible
Maintenance Status: Poor

Angular Components that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.

flutter_reactter
👍 39   ⬇️ 166
Dart 3 compatible
Maintenance Status: Good

A light, powerful and quick Reactive State Management, Dependency Injection and Event Handler.

reduced
👍 39   ⬇️ 26
Dart 3 compatible
Maintenance Status: Poor

Unified facade for the basic features of state management frameworks.

fl_query
👍 38   ⬇️ 250
Dart 3 compatible
Maintenance Status: Average

Asynchronous data caching, refetching & invalidation library for Flutter

mvvm
👍 38   ⬇️ 71
Dart 3 compatible
Maintenance Status: Poor

A Flutter MVVM. It uses property-based data binding to establish a connection between the ViewModel and the View, and drives the View changes through the ViewModel.

control
👍 37   ⬇️ 597
Dart 3 compatible
Maintenance Status: Average

Simple state management for Flutter with concurrency support.

state_beacon
👍 36   ⬇️ 466
Dart 3 compatible
Maintenance Status: Average

A reactive primitive and simple state managerment solution for dart and flutter

stream_bloc
👍 36   ⬇️ 147
Dart 3 compatible
Maintenance Status: Good

Modern implementation of the Original BLoC that uses asynchronous generators to describe relationships between events and states.

vxstate
👍 31   ⬇️ 6.5K
Dart 3 compatible
Maintenance Status: Poor

VxState is an another state management solution for flutter. It is highly inspired from Redux & VueX.

observable
👍 22   ⬇️ 18.2K
Dart 3 compatible
Maintenance Status: Poor

Support for marking objects as observable

flutter_hooks_bloc
👍 35   ⬇️ 431
Dart 3 compatible
Maintenance Status: Average

A flutter_bloc reimplementation based on flutter_hooks with the same API.

stateless
👍 35   ⬇️ 29
Dart 3 compatible
Maintenance Status: Poor

A stateless stateful state management package that is not stateless.

after_init Card Image
after_init
👍 33   ⬇️ 157
Dart 3 compatible
Maintenance Status: Average

Adds a didInitState() lifecycle method to stateful widgets where you can safely access inherited widgets.

rx_future
👍 33   ⬇️ 38
Dart 3 compatible
Maintenance Status: Poor

introducing a new type in getx called RxFuture to listen to future state.

bloc_provider
👍 24   ⬇️ 11.6K
Dart 3 compatible
Maintenance Status: Poor

Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state which the bloc_provider holds internally.

yx_scope_flutter
👍 32   ⬇️ 133
Dart 3 compatible
Maintenance Status: Good

An adapter package that provides yx_scope widgets for Flutter UI integration

redux_logging
👍 29   ⬇️ 3K
Dart 3 compatible
Maintenance Status: Poor

Redux.dart Middleware that prints the latest action & state

rx_bloc_cli
👍 31   ⬇️ 200
Dart 3 compatible
Maintenance Status: Good

rx_bloc_cli that enables quick project setup including: flavors, localization [intl], state management [rx_bloc], routing [go_router], design system, analytics [firebase], tests

injecteo
👍 31   ⬇️ 63
Dart 3 compatible
Maintenance Status: Poor

Service locator for IoC pattern. Export annotations and abstract classes used by injecteo_generator.

meedu
👍 29   ⬇️ 649
Dart 3 compatible
Maintenance Status: Good

A simple State Managment, Dependency Injection, Reactive programming for dart Projects.

bloc_tools
👍 24   ⬇️ 5.9K
Dart 3 compatible
Maintenance Status: Good

Tools for building applications using the bloc state management library.

yx_state
👍 28   ⬇️ 97
Dart 3 compatible
Maintenance Status: Good

A state management library for Dart/Flutter applications.

hydrated
👍 28   ⬇️ 86
Dart 3 compatible
Maintenance Status: Poor

An automatically persisted BehaviorSubject with simple hydration for Flutter. Intended to be used with the BLoC pattern.

sampod
👍 27   ⬇️ 26
Dart 3 compatible
Maintenance Status: Average

This is a State Management.

broadcast_bloc
👍 26   ⬇️ 412
Dart 3 compatible
Maintenance Status: Good

An extension to the bloc state management library which adds support for broadcasting state changes to stream channels.

flutter_comms
👍 25   ⬇️ 405
Dart 3 compatible
Maintenance Status: Good

Simple communication pattern abstraction on streams, created for communication between logic classes and or widgets.

lite_ref
👍 25   ⬇️ 403
Dart 3 compatible
Maintenance Status: Average

A lightweight dependency injection package with support for overriding for testing.

flutter_super
👍 24   ⬇️ 122
Dart 3 compatible
Maintenance Status: Good

Reactive state management framework for scalable flutter applications.

redux_persist_flutter
👍 21   ⬇️ 2K
Dart 3 compatible
Maintenance Status: Poor

Redux Persist Flutter Integration with custom storage engines

generic_bloc_provider
👍 22   ⬇️ 276
Dart 3 compatible
Maintenance Status: Poor

A generic BloC Provider for your Flutter apps. This package will help you avoid the boilerplate of writing BloC Providers.

flutter_control
👍 22   ⬇️ 274
Dart 3 compatible
Maintenance Status: Good

Flutter Control is complex library to maintain App and State management, Dependency Injection, Navigation with Routing, Localization and more..

mvvm_architecture
👍 22   ⬇️ 23
Dart 3 compatible
Maintenance Status: Poor

The goal behind is to move as much of the state and logic from the ViewState into a separate entity called the ViewModel.

flutter_zustand
👍 21   ⬇️ 133
Dart 3 compatible
Maintenance Status: Average

Brings zustand's bear necessities for state management to Flutter

velocity_bloc
👍 21   ⬇️ 64
Dart 3 compatible
Maintenance Status: Good

Minimalist and Easy State Management for Bloc Inspired from Dart Generics.

stateful_props
👍 21   ⬇️ 21
Dart 3 compatible
Maintenance Status: Poor

Provides a simple way to re-use behaviors across StatefulWidgets. Improves readability and robustness of your components.

solace_flowz
👍 20   ⬇️ 26
Dart 3 compatible
Maintenance Status: Poor

state management package built on top of InheritedWidget, that aims to simplify the state managementm work for flutter developers and perofrm the task using the minimal resources .

riverpod_context
👍 18   ⬇️ 1.5K
Dart 3 compatible
Maintenance Status: Poor

This package brings back context.read and context.watch for riverpod

rx_redux
👍 19   ⬇️ 41
Dart 3 compatible
Maintenance Status: Poor

Redux implementation based on Dart Stream, with the power of RxDart. Reactive redux store for Dart & Flutter.

command_it
👍 17   ⬇️ 830
Dart 3 compatible
Maintenance Status: Good

command_it is a way to manage your state based on `ValueListenable` and the `Command` design pattern. It is a rebranding of flutter_command.

provider_for_redux
👍 16   ⬇️ 223
Dart 3 compatible
Maintenance Status: Good

Lets you use Provider with Redux. Uses AsyncRedux, the non-boilerplate version of Redux.

rebloc
👍 16   ⬇️ 164
Dart 3 compatible
Maintenance Status: Poor

A state management library for Flutter that combines aspects of Redux and BLoC. Rebloc uses streams and BLoCs to compose middleware and reducers.

inherited_state
👍 15   ⬇️ 77
Dart 3 compatible
Maintenance Status: Average

Simple and clean state management backed by InheritedWidget and DI backed by the service locator pattern.

grab
👍 14   ⬇️ 71
Dart 3 compatible
Maintenance Status: Good

A Flutter package with extension methods on Listenable / ValueListenable as an alternative to AnimatedBuilder, ListenableBuilder and ValueListenableBuilder.

flutter_redux_navigation
👍 13   ⬇️ 465
Dart 3 compatible
Maintenance Status: Poor

A simple reactive navigation middleware for Flutter's redux library.

disposable_provider
👍 5   ⬇️ 9.8K
Dart 3 compatible
Maintenance Status: Poor

DisposableProvider is thin wrapper of Provider and it calls dispose automatically.

power_state
👍 12   ⬇️ 50
Dart 3 compatible
Maintenance Status: Good

A flutter state management solution with dependency injection. You can easily manage your state

alt_bloc
👍 12   ⬇️ 2
Dart 3 compatible
Maintenance Status: Poor

A library that provides components for more easier and boilerplate implementation of the BLoC architecture pattern.

flutter_rearch
👍 11   ⬇️ 760
Dart 3 compatible
Maintenance Status: Good

A re-imagined declarative approach to application design and architecture

listen_it
👍 10   ⬇️ 991
Dart 3 compatible
Maintenance Status: Good

An rx like extension methods on ValueListenable type, that lets you work with ValueNotifiers almost like with Streams. Previously published as functional_listener.

flutter_bloc_pattern
👍 4   ⬇️ 8.2K
Dart 3 compatible
Maintenance Status: Average

Bloc provider. Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state which the bloc_provider holds internally.

easy_event_bus
👍 9   ⬇️ 1.4K
Dart 3 compatible
Maintenance Status: Average

It's an easy-to-use and elegant event bus-based library.

api_bloc
👍 10   ⬇️ 36
Dart 3 compatible
Maintenance Status: Average

Flutter widgets that simplify the BLoC pattern implementation for REST APIs within an MVC architecture, significantly reducing boilerplate code.

toor
👍 9   ⬇️ 662
Dart 3 compatible
Maintenance Status: Poor

Compile-time safe and easy to manage service locators.

dash
👍 9   ⬇️ 378
Dart 3 compatible
Maintenance Status: Good

Dash library is responsible to offer a service locator pattern that cares about provide and dispose blocs.

lite_state
👍 9   ⬇️ 142
Dart 3 compatible
Maintenance Status: Good

A simple state management machine for Flutter.

fountain
👍 9   ⬇️ 22
Dart 3 compatible
Maintenance Status: Poor

The modular state management solution for flutter.

hydrated_mobx
👍 7   ⬇️ 317
Dart 3 compatible
Maintenance Status: Good

An extension to the MobX state management library which automatically persists and restores MobX states.

depend
👍 7   ⬇️ 117
Dart 3 compatible
Maintenance Status: Good

depend simplifies dependency management in Flutter apps, providing easy initialization and access to services across the widget tree.

flutter_bloc_patterns
👍 7   ⬇️ 81
Dart 3 compatible
Maintenance Status: Average

A set of most common BLoC use cases build on top of flutter_bloc library.

phased
👍 6   ⬇️ 810
Dart 3 compatible
Maintenance Status: Poor

Simplified state management focused on animations

stream_mixin
👍 6   ⬇️ 419
Dart 3 compatible
Maintenance Status: Poor

State management using stream to avoid use of flutter's State/setState/StatefulWidget, boosting the performance and code separation.

pulse_x
👍 6   ⬇️ 35
Dart 3 compatible
Maintenance Status: Poor

Pulse X is the mini state management. It has four features - state management, context-less routing, dependency injection & reaction (side effects)

karee
👍 6   ⬇️ 24
Dart 3 compatible
Maintenance Status: Good

Another way to build Flutter applications for mobile, web and desktop using Karee Architecture.

pot
👍 5   ⬇️ 107
Dart 3 compatible
Maintenance Status: Average

An easy and safe DI (Dependency Injection) solution for Dart with support for scoping.

flutter_state_management
👍 4   ⬇️ 144
Dart 3 compatible
Maintenance Status: Good

A collection of helper classes to make the use of ChangeNotifier easier for state management

fairy
👍 4   ⬇️ 131
Dart 3 compatible
Maintenance Status: Good

A lightweight MVVM framework for Flutter with strongly-typed, reactive data binding state management library, Mainly focused on simplicity and ease of use.

trent
👍 4   ⬇️ 26
Dart 3 compatible
Maintenance Status: Good

A Flutter package for simple, scalable, and reactive state management with built-in dependency injection and efficient stream-based state handling.

hydro
👍 4   ⬇️ 25
Dart 3 compatible
Maintenance Status: Poor

A simple, fast state management & service container solution for Flutter, without acrobatics.

streamline
👍 3   ⬇️ 52
Dart 3 compatible
Maintenance Status: Good

CQRS/Mediator Pattern library for a streamlined Flutter development

data_handler
👍 3   ⬇️ 34
Dart 3 compatible
Maintenance Status: Good

Refactored architecture with enhanced global configuration for state management and data handling in Flutter applications. This package provides a robust solution for managing API states, including loading, error handling, and data retrieval, while ensuring a clean and maintainable codebase.

state_queue
👍 2   ⬇️ 61
Dart 3 compatible
Maintenance Status: Poor

A BLoC implementation for sequentially executed async state updates.

syncx
👍 2   ⬇️ 58
Dart 3 compatible
Maintenance Status: Good

syncx is a lightweight, flexible Flutter state management library with notifiers and reactive UI updates, inspired by provider, bloc, and riverpod.

bloc_event_status
👍 2   ⬇️ 37
Dart 3 compatible
Maintenance Status: Good

Track the status of events in a bloc without updating the state.

mu_state
👍 2   ⬇️ 22
Dart 3 compatible
Maintenance Status: Good

Minimal Cubit-inspired state management using Flutter's built-in primitives. No external dependencies.

karee_core
👍 1   ⬇️ 59
Dart 3 compatible
Maintenance Status: Poor

Karee core files, Karee core represents a set of amazing libraries, that work together to offer very powerful MVC experience in Flutter App Development

beyond_helpers
👍 1   ⬇️ 27
Dart 3 compatible
Maintenance Status: Poor

Utilities for implementing beyond architecture patterns

cubit_base
👍 1   ⬇️ 26
Dart 3 compatible
Maintenance Status: Good

cubit_base is a library for using easy fetch and paginate data from api with cubit

hydrated_triple
👍 0   ⬇️ 123
Dart 3 compatible
Maintenance Status: Poor

A mixin which automatically persists and restores store state.

with_bloc
👍 0   ⬇️ 38
Dart 3 compatible
Maintenance Status: Poor

A widget to create and manage BLoCs implemented on top of ValueNotifier, such as StateQueue.

binder
👍 70   ⬇️ 61

Maintenance Status: Poor

A lightweight, yet powerful way to bind your application state with your business logic.

fish_redux
👍 67   ⬇️ 768

Maintenance Status: Average

Fish Redux is an assembled flutter application framework based on Redux state management.

koin
👍 59   ⬇️ 150

Maintenance Status: Poor

A pragmatic lightweight dependency injection framework for Dart projects.

universal_widget
👍 52   ⬇️ 35

Maintenance Status: Poor

A universal widget that can be placed anywhere in your widget tree, with full support of animation & accessibility.

livestream
👍 30   ⬇️ 31

Maintenance Status: Poor

LiveStream is a simple class which makes communication easy among different modules of your application.

dart_notification_center
👍 30   ⬇️ 14

Maintenance Status: Poor

A wrapper for the observer pattern for Dart in the style of the iOS Notification Center.

flutter_bloc_devtools
👍 27   ⬇️ 32

Maintenance Status: Poor

Remote DevTools for flutter_bloc. This package connects all Bloc to the Remote Devtools Server, allowing the developer to inspect changes to the Blocs during runtime.

flutter_mobx_helpers
👍 18   ⬇️ 27

Maintenance Status: Poor

A set of tools for MobX that helps you with common processes making everything easier.

sprinkle
👍 17   ⬇️ 36

Maintenance Status: Poor

A convenient, stream-based Flutter architecture

mobx_provider
👍 14   ⬇️ 27

Maintenance Status: Poor

package for binding the UI with your stores (viewmodels) easily , the package is inspired by filled stacks archticture pattern

flutter_flux
👍 9   ⬇️ 45

Maintenance Status: Poor

Flux library for Flutter, featuring unidirectional dataflow inspired by reflux and Facebook's flux architecture.

dartin
👍 8   ⬇️ 122

Maintenance Status: Poor

A pragmatic lightweight dependency injection framework for Flutter developers.

fast_mvvm
👍 1   ⬇️ 117

Maintenance Status: Poor

Implemented using the MVVM architecture, quickly build projects to help consumers focus only on the business implementation