Flutter Gems is a curated list of 7000+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Dependency Injection and State Management packages
Last updated: August 11, 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.79K ⬇️ 5M
Dart 3 compatibleMaintenance Status: Good
A wrapper around InheritedWidget to make them easier to use and more reusable.
flutter_bloc
👍 7.8K ⬇️ 2.5M
Dart 3 compatibleMaintenance 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.8K ⬇️ 4.9M
Dart 3 compatibleMaintenance Status: Average
RxDart is an implementation of the popular ReactiveX api for asynchronous programming, leveraging the native Dart Streams api.
get_it
👍 4.55K ⬇️ 2.1M
Dart 3 compatibleMaintenance 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"
riverpod
👍 3.75K ⬇️ 2.5M
Dart 3 compatibleMaintenance Status: Good
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
bloc
👍 3.08K ⬇️ 2.5M
Dart 3 compatibleMaintenance Status: Good
A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
flutter_riverpod
👍 2.72K ⬇️ 2.4M
Dart 3 compatibleMaintenance Status: Good
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
state_notifier
👍 333 ⬇️ 2.4M
Dart 3 compatibleMaintenance Status: Average
ValueNotifier, but outside Flutter and with some extra perks
injectable
👍 1.39K ⬇️ 602.9K
Dart 3 compatibleMaintenance Status: Good
Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.
bloc_test
👍 645 ⬇️ 1.5M
Dart 3 compatibleMaintenance Status: Good
A testing library which makes it easy to test blocs. Built to be used with the bloc state management package.
bloc_concurrency
👍 547 ⬇️ 1.3M
Dart 3 compatibleMaintenance Status: Good
Custom event transformers inspired by ember concurrency. Built to be used with the bloc state management package.
mobx
👍 1.3K ⬇️ 96.4K
Dart 3 compatibleMaintenance 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.
hooks_riverpod
👍 903 ⬇️ 297.2K
Dart 3 compatibleMaintenance Status: Good
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
hydrated_bloc
👍 932 ⬇️ 132.8K
Dart 3 compatibleMaintenance Status: Good
An extension to the bloc state management library which automatically persists and restores bloc states.
event_bus
👍 717 ⬇️ 329.1K
Dart 3 compatibleMaintenance Status: Good
A simple Event Bus using Dart Streams for decoupling applications
scope
👍 13 ⬇️ 1.1M
Dart 3 compatibleMaintenance Status: Good
A Dependency injection (Inversion of Control) library. Supports nested Scopes and multiple values of the same type.
flutter_mobx
👍 702 ⬇️ 63.3K
Dart 3 compatibleMaintenance Status: Good
Flutter integration for MobX. It provides a set of Observer widgets that automatically rebuild when the tracked observables change.
scoped_model
👍 285 ⬇️ 579.8K
Dart 3 compatibleMaintenance Status: Poor
A Widget that passes a Reactive Model to all of it's children
flutter_redux
👍 559 ⬇️ 46.1K
Dart 3 compatibleMaintenance Status: Poor
A set of utility Widgets that Provide and Connect to a Redux Store
redux
👍 406 ⬇️ 192.1K
Dart 3 compatibleMaintenance Status: Poor
Redux is a predictable state container for Dart and Flutter apps
signals
👍 552 ⬇️ 6.3K
Dart 3 compatibleMaintenance 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.
states_rebuilder
👍 408 ⬇️ 18.6K
Dart 3 compatibleMaintenance Status: Average
a simple yet powerful state management technique for Flutter
flutter_data
👍 370 ⬇️ 1.5K
Dart 3 compatibleMaintenance Status: Good
The seamless way to work with persistent data models in Flutter. Inspired by Ember Data and ActiveRecord.
mobx_codegen
👍 298 ⬇️ 79.8K
Dart 3 compatibleMaintenance Status: Good
Code generator for MobX that adds support for annotating your code with @observable, @computed, @action and also creating Store classes.
injector
👍 63 ⬇️ 272.4K
Dart 3 compatibleMaintenance Status: Average
injector is a simple to use and lightweight dependency injection library for dart
auto_injector
👍 109 ⬇️ 120.5K
Dart 3 compatibleMaintenance Status: Good
Automatic Dependency Injection System, but without build_runner
kiwi
👍 168 ⬇️ 42.2K
Dart 3 compatibleMaintenance Status: Average
A simple yet efficient dependency injection container for Dart and Flutter (can be coupled with the kiwi_generator package).
replay_bloc
👍 183 ⬇️ 21.6K
Dart 3 compatibleMaintenance Status: Good
An extension to the bloc state management library which adds support for undo and redo.
watch_it
👍 192 ⬇️ 8K
Dart 3 compatibleMaintenance 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.
state_machine
👍 39 ⬇️ 199.6K
Dart 3 compatibleMaintenance Status: Good
Finite state machine library. Easily define legal state transitions. Listen to state entrances, departures, and transitions.
async_redux
👍 156 ⬇️ 8.3K
Dart 3 compatibleMaintenance 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 ⬇️ 3.9K
Dart 3 compatibleMaintenance Status: Average
mixin on Stateless- and StatefulWidgts that makes binding the Widget to Objects stored in GetIt easier.
redux_thunk
👍 66 ⬇️ 88.6K
Dart 3 compatibleMaintenance Status: Poor
A Redux.dart Middleware that allows you to dispatch functions that perform async work as actions.
flutter_triple
👍 126 ⬇️ 3.1K
Dart 3 compatibleMaintenance Status: Poor
Implementation of the Segmented State Pattern (SSP) nicknamed Triple.
redux_dev_tools
👍 9 ⬇️ 149.3K
Dart 3 compatibleMaintenance Status: Poor
Time Travel Dev Tools for Dart Redux
riverbloc
👍 112 ⬇️ 1.9K
Dart 3 compatibleMaintenance Status: Good
BlocProvider implementation with riverpod as alternative to provider, similar to StateNotifierProvider
built_redux
👍 10 ⬇️ 124.2K
Dart 3 compatibleMaintenance Status: Good
A state management library written in dart that enforces immutability
redux_saga
👍 31 ⬇️ 95.9K
Dart 3 compatibleMaintenance 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.
bloc_presentation
👍 74 ⬇️ 41.4K
Dart 3 compatibleMaintenance Status: Good
Extends blocs with an additional stream which can serve as a way of indicating single-time events (so-called "presentation events").
hooked_bloc
👍 93 ⬇️ 6.1K
Dart 3 compatibleMaintenance Status: Good
Flutter package that simplifies injection and usage of Bloc/Cubit.
momentum
👍 97 ⬇️ 193
Dart 3 compatibleMaintenance Status: Poor
MVC pattern for flutter. Works as state management, dependency injection and service locator.
asp
👍 94 ⬇️ 2.7K
Dart 3 compatibleMaintenance Status: Good
ASP (Atomic State Pattern) offers a simplified, Predictable and Powerful State Management for Flutter.
flutter_getit
👍 90 ⬇️ 690
Dart 3 compatibleMaintenance Status: Good
Integrating with 'get_it,' it efficiently manages Flutter project dependencies, providing robust page control, route management, and module flexibility
ioc_container
👍 88 ⬇️ 1.1K
Dart 3 compatibleMaintenance Status: Poor
A lightweight, flexible, and high-performance dependency injection and service location library for Dart and Flutter
rx_notifier
👍 83 ⬇️ 4.4K
Dart 3 compatibleMaintenance Status: Poor
Extension to ValueNotifier by transparently applying functional reactive programming (TFRP)
june
👍 85 ⬇️ 1.5K
Dart 3 compatibleMaintenance 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.
isolator
👍 82 ⬇️ 511
Dart 3 compatibleMaintenance 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
fquery
👍 75 ⬇️ 5.5K
Dart 3 compatibleMaintenance Status: Good
fquery is a powerful async state management solution for Flutter. It caches, updates, and fully manages asynchronous data in your Flutter apps.
flutter_simple_dependency_injection
👍 74 ⬇️ 3.5K
Dart 3 compatibleMaintenance Status: Poor
A super simple dependency injection implementation for flutter that behaves like any normal IOC container and does not rely on mirrors
pmvvm
👍 72 ⬇️ 182
Dart 3 compatibleMaintenance Status: Poor
A clean & simple MVVM solution for state management using Provider package.
fbroadcast
👍 49 ⬇️ 29K
Dart 3 compatibleMaintenance Status: Poor
FBroadcast Help developers build an efficient broadcast system in the application.
flutter_state_notifier
👍 54 ⬇️ 22.5K
Dart 3 compatibleMaintenance Status: Average
Flutter bindings for state_notifier, such as StateNotifierProvider and StateNotifierBuilder
reselect
👍 19 ⬇️ 64K
Dart 3 compatibleMaintenance Status: Poor
Efficiently derive data from your Redux Store
solidart
👍 68 ⬇️ 1.1K
Dart 3 compatibleMaintenance Status: Good
A simple State Management solution for Dart applications inspired by SolidJS
creator
👍 68 ⬇️ 495
Dart 3 compatibleMaintenance Status: Average
A state management library that enables concise, fluid, readable and testable business logic code.
observable_ish
👍 66 ⬇️ 2K
Dart 3 compatibleMaintenance Status: Good
Write elegant reactive cross-platform client side application using observable states and event emitters.
yx_scope
👍 66 ⬇️ 582
Dart 3 compatibleMaintenance Status: Good
A core package of the compile-safe DI framework with advanced scoping capabilities
state_persistence
👍 65 ⬇️ 94
Dart 3 compatibleMaintenance 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.
app_state
👍 64 ⬇️ 1.1K
Dart 3 compatibleMaintenance Status: Good
A state management solution on top of Router API for larger apps.

rx_bloc
👍 57 ⬇️ 3.6K
Dart 3 compatibleMaintenance Status: Good
A Flutter package that helps implementing the BLoC (Business Logic Component) Design Pattern using the power of reactive streams.
rearch
👍 59 ⬇️ 592
Dart 3 compatibleMaintenance Status: Good
A re-imagined declarative approach to application design and architecture
reactter
👍 59 ⬇️ 537
Dart 3 compatibleMaintenance Status: Good
A light, powerful and quick Reactive State Management, Dependency Injection and Event Handler.
flutter_solidart
👍 58 ⬇️ 1K
Dart 3 compatibleMaintenance Status: Good
A simple State Management solution for Flutter applications inspired by SolidJS

property_change_notifier
👍 56 ⬇️ 2.4K
Dart 3 compatibleMaintenance Status: Good
A drop-in replacement for ChangeNotifier for observing only certain properties of a model.
triple
👍 55 ⬇️ 3.2K
Dart 3 compatibleMaintenance Status: Poor
Abstraction for the Segmented State Pattern. Use to create Triple Store.
signals_flutter
👍 49 ⬇️ 7.6K
Dart 3 compatibleMaintenance Status: Good
The signals library exposes four core functions which are the building blocks to model any business logic you can think of.
statemachine
👍 47 ⬇️ 8.2K
Dart 3 compatibleMaintenance Status: Good
A simple, yet powerful state machine framework for Dart supporting Flutter and web apps.
flutter_onlooker
👍 49 ⬇️ 112
Dart 3 compatibleMaintenance Status: Average
A state management library that provides a simple solution for updating state and navigation.
refena
👍 47 ⬇️ 2K
Dart 3 compatibleMaintenance Status: Good
A state management library for Dart and Flutter. Inspired by Riverpod and async_redux.
comms
👍 45 ⬇️ 2.6K
Dart 3 compatibleMaintenance Status: Good
Simple communication pattern abstraction on streams, created for communication between logic classes.
context_watch
👍 39 ⬇️ 7.8K
Dart 3 compatibleMaintenance Status: Good
A hassle-free way to watch for observable value changes within the `build` method.
isolate_bloc
👍 44 ⬇️ 106
Dart 3 compatibleMaintenance Status: Poor
A dart package that helps implement the BLoC pattern. BLoC works in Isolate and don't slow down UI.
redux_epics
👍 38 ⬇️ 7.3K
Dart 3 compatibleMaintenance Status: Good
A redux.dart Middleware that helps you perform side effects using Streams

mvvm_plus
👍 43 ⬇️ 215
Dart 3 compatibleMaintenance 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).
event_bus_plus
👍 38 ⬇️ 5.9K
Dart 3 compatibleMaintenance Status: Good
Event Bus for Dart.
flutter_rx_bloc
👍 42 ⬇️ 739
Dart 3 compatibleMaintenance Status: Good
Set of Flutter Widgets that help implementing the BLoC design pattern. Built to be used with the rx_bloc package.
cubes
👍 40 ⬇️ 267
Dart 3 compatibleMaintenance Status: Poor
Simple State Manager (Focusing on simplicity and rebuilding only the necessary)
angular_bloc
👍 39 ⬇️ 568
Dart 3 compatibleMaintenance 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 ⬇️ 504
Dart 3 compatibleMaintenance Status: Good
A light, powerful and quick Reactive State Management, Dependency Injection and Event Handler.
reduced
👍 39 ⬇️ 61
Dart 3 compatibleMaintenance Status: Poor
Unified facade for the basic features of state management frameworks.
mvvm
👍 38 ⬇️ 103
Dart 3 compatibleMaintenance 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.
fl_query
👍 37 ⬇️ 228
Dart 3 compatibleMaintenance Status: Average
Asynchronous data caching, refetching & invalidation library for Flutter
control
👍 36 ⬇️ 768
Dart 3 compatibleMaintenance Status: Good
Simple state management for Flutter with concurrency support.
state_beacon
👍 36 ⬇️ 709
Dart 3 compatibleMaintenance Status: Average
A reactive primitive and simple state managerment solution for dart and flutter
vxstate
👍 31 ⬇️ 6.8K
Dart 3 compatibleMaintenance Status: Poor
VxState is an another state management solution for flutter. It is highly inspired from Redux & VueX.
stream_bloc
👍 36 ⬇️ 448
Dart 3 compatibleMaintenance Status: Good
Modern implementation of the Original BLoC that uses asynchronous generators to describe relationships between events and states.
flutter_hooks_bloc
👍 35 ⬇️ 603
Dart 3 compatibleMaintenance Status: Average
A flutter_bloc reimplementation based on flutter_hooks with the same API.
stateless
👍 35 ⬇️ 25
Dart 3 compatibleMaintenance Status: Poor
A stateless stateful state management package that is not stateless.
observable
👍 22 ⬇️ 16.3K
Dart 3 compatibleMaintenance Status: Poor
Support for marking objects as observable
redux_logging
👍 29 ⬇️ 5.6K
Dart 3 compatibleMaintenance Status: Poor
Redux.dart Middleware that prints the latest action & state

after_init
👍 33 ⬇️ 107
Dart 3 compatibleMaintenance Status: Average
Adds a didInitState() lifecycle method to stateful widgets where you can safely access inherited widgets.
rx_future
👍 33 ⬇️ 45
Dart 3 compatibleMaintenance Status: Poor
introducing a new type in getx called RxFuture to listen to future state.
bloc_provider
👍 24 ⬇️ 10.4K
Dart 3 compatibleMaintenance Status: Poor
Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state which the bloc_provider holds internally.
injecteo
👍 31 ⬇️ 79
Dart 3 compatibleMaintenance Status: Poor
Service locator for IoC pattern. Export annotations and abstract classes used by injecteo_generator.
yx_scope_flutter
👍 30 ⬇️ 497
Dart 3 compatibleMaintenance Status: Good
An adapter package that provides yx_scope widgets for Flutter UI integration
rx_bloc_cli
👍 30 ⬇️ 439
Dart 3 compatibleMaintenance 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
meedu
👍 29 ⬇️ 863
Dart 3 compatibleMaintenance Status: Good
A simple State Managment, Dependency Injection, Reactive programming for dart Projects.
hydrated
👍 28 ⬇️ 170
Dart 3 compatibleMaintenance Status: Poor
An automatically persisted BehaviorSubject with simple hydration for Flutter. Intended to be used with the BLoC pattern.
bloc_tools
👍 23 ⬇️ 5.9K
Dart 3 compatibleMaintenance Status: Good
Tools for building applications using the bloc state management library.
sampod
👍 27 ⬇️ 49
Dart 3 compatibleMaintenance Status: Average
This is a State Management.
broadcast_bloc
👍 26 ⬇️ 275
Dart 3 compatibleMaintenance Status: Poor
An extension to the bloc state management library which adds support for broadcasting state changes to stream channels.
yx_state
👍 26 ⬇️ 92
Dart 3 compatibleMaintenance Status: Good
A state management library for Dart/Flutter applications.
flutter_comms
👍 25 ⬇️ 697
Dart 3 compatibleMaintenance Status: Good
Simple communication pattern abstraction on streams, created for communication between logic classes and or widgets.
lite_ref
👍 24 ⬇️ 297
Dart 3 compatibleMaintenance Status: Average
A lightweight dependency injection package with support for overriding for testing.
flutter_super
👍 24 ⬇️ 256
Dart 3 compatibleMaintenance Status: Good
Reactive state management framework for scalable flutter applications.
redux_persist_flutter
👍 21 ⬇️ 1.9K
Dart 3 compatibleMaintenance Status: Poor
Redux Persist Flutter Integration with custom storage engines
generic_bloc_provider
👍 22 ⬇️ 398
Dart 3 compatibleMaintenance Status: Poor
A generic BloC Provider for your Flutter apps. This package will help you avoid the boilerplate of writing BloC Providers.
mvvm_architecture
👍 22 ⬇️ 18
Dart 3 compatibleMaintenance 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_control
👍 21 ⬇️ 966
Dart 3 compatibleMaintenance Status: Good
Flutter Control is complex library to maintain App and State management, Dependency Injection, Navigation with Routing, Localization and more..
velocity_bloc
👍 21 ⬇️ 107
Dart 3 compatibleMaintenance Status: Good
Minimalist and Easy State Management for Bloc Inspired from Dart Generics.
flutter_zustand
👍 21 ⬇️ 76
Dart 3 compatibleMaintenance Status: Average
Brings zustand's bear necessities for state management to Flutter
stateful_props
👍 21 ⬇️ 58
Dart 3 compatibleMaintenance Status: Poor
Provides a simple way to re-use behaviors across StatefulWidgets. Improves readability and robustness of your components.
solace_flowz
👍 20 ⬇️ 34
Dart 3 compatibleMaintenance 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 compatibleMaintenance Status: Poor
This package brings back context.read and context.watch for riverpod
rx_redux
👍 19 ⬇️ 82
Dart 3 compatibleMaintenance Status: Poor
Redux implementation based on Dart Stream, with the power of RxDart. Reactive redux store for Dart & Flutter.
rebloc
👍 16 ⬇️ 196
Dart 3 compatibleMaintenance 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.
provider_for_redux
👍 16 ⬇️ 163
Dart 3 compatibleMaintenance Status: Good
Lets you use Provider with Redux. Uses AsyncRedux, the non-boilerplate version of Redux.
inherited_state
👍 15 ⬇️ 61
Dart 3 compatibleMaintenance Status: Average
Simple and clean state management backed by InheritedWidget and DI backed by the service locator pattern.
grab
👍 14 ⬇️ 101
Dart 3 compatibleMaintenance Status: Good
A Flutter package with extension methods on Listenable / ValueListenable as an alternative to AnimatedBuilder, ListenableBuilder and ValueListenableBuilder.
flutter_redux_navigation
👍 13 ⬇️ 548
Dart 3 compatibleMaintenance Status: Poor
A simple reactive navigation middleware for Flutter's redux library.
command_it
👍 13 ⬇️ 415
Dart 3 compatibleMaintenance 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.
disposable_provider
👍 5 ⬇️ 9.4K
Dart 3 compatibleMaintenance Status: Poor
DisposableProvider is thin wrapper of Provider and it calls dispose automatically.
power_state
👍 12 ⬇️ 102
Dart 3 compatibleMaintenance Status: Good
A flutter state management solution with dependency injection. You can easily manage your state
alt_bloc
👍 12 ⬇️ 27
Dart 3 compatibleMaintenance Status: Poor
A library that provides components for more easier and boilerplate implementation of the BLoC architecture pattern.
flutter_rearch
👍 11 ⬇️ 672
Dart 3 compatibleMaintenance Status: Good
A re-imagined declarative approach to application design and architecture
flutter_bloc_pattern
👍 4 ⬇️ 8.4K
Dart 3 compatibleMaintenance 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.
api_bloc
👍 10 ⬇️ 102
Dart 3 compatibleMaintenance Status: Average
Flutter widgets that simplify the BLoC pattern implementation for REST APIs within an MVC architecture, significantly reducing boilerplate code.
toor
👍 9 ⬇️ 678
Dart 3 compatibleMaintenance Status: Poor
Compile-time safe and easy to manage service locators.
dash
👍 9 ⬇️ 495
Dart 3 compatibleMaintenance Status: Good
Dash library is responsible to offer a service locator pattern that cares about provide and dispose blocs.
lite_state
👍 9 ⬇️ 278
Dart 3 compatibleMaintenance Status: Good
A simple state management machine for Flutter.
fountain
👍 9 ⬇️ 30
Dart 3 compatibleMaintenance Status: Poor
The modular state management solution for flutter.
easy_event_bus
👍 8 ⬇️ 671
Dart 3 compatibleMaintenance Status: Average
It's an easy-to-use and elegant event bus-based library.
listen_it
👍 8 ⬇️ 427
Dart 3 compatibleMaintenance 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.
hydrated_mobx
👍 7 ⬇️ 294
Dart 3 compatibleMaintenance Status: Good
An extension to the MobX state management library which automatically persists and restores MobX states.
flutter_bloc_patterns
👍 7 ⬇️ 107
Dart 3 compatibleMaintenance Status: Average
A set of most common BLoC use cases build on top of flutter_bloc library.
phased
👍 6 ⬇️ 709
Dart 3 compatibleMaintenance Status: Poor
Simplified state management focused on animations
stream_mixin
👍 6 ⬇️ 393
Dart 3 compatibleMaintenance Status: Poor
State management using stream to avoid use of flutter's State/setState/StatefulWidget, boosting the performance and code separation.
karee
👍 6 ⬇️ 56
Dart 3 compatibleMaintenance Status: Good
Another way to build Flutter applications for mobile, web and desktop using Karee Architecture.
pulse_x
👍 6 ⬇️ 37
Dart 3 compatibleMaintenance Status: Poor
Pulse X is the mini state management. It has four features - state management, context-less routing, dependency injection & reaction (side effects)
depend
👍 5 ⬇️ 101
Dart 3 compatibleMaintenance Status: Good
depend simplifies dependency management in Flutter apps, providing easy initialization and access to services across the widget tree.
pot
👍 5 ⬇️ 88
Dart 3 compatibleMaintenance Status: Average
An easy and safe DI (Dependency Injection) solution for Dart with support for scoping.
flutter_state_management
👍 4 ⬇️ 595
Dart 3 compatibleMaintenance Status: Good
A collection of helper classes to make the use of ChangeNotifier easier for state management
trent
👍 4 ⬇️ 95
Dart 3 compatibleMaintenance 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 ⬇️ 42
Dart 3 compatibleMaintenance Status: Poor
A simple, fast state management & service container solution for Flutter, without acrobatics.
streamline
👍 3 ⬇️ 113
Dart 3 compatibleMaintenance Status: Good
CQRS/Mediator Pattern library for a streamlined Flutter development
syncx
👍 2 ⬇️ 1K
Dart 3 compatibleMaintenance 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 ⬇️ 125
Dart 3 compatibleMaintenance Status: Good
Track the status of events in a bloc without updating the state.
state_queue
👍 2 ⬇️ 75
Dart 3 compatibleMaintenance Status: Poor
A BLoC implementation for sequentially executed async state updates.
mu_state
👍 2 ⬇️ 69
Dart 3 compatibleMaintenance Status: Good
Minimal Cubit-inspired state management using Flutter's built-in primitives. No external dependencies.
karee_core
👍 1 ⬇️ 68
Dart 3 compatibleMaintenance 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
cubit_base
👍 1 ⬇️ 48
Dart 3 compatibleMaintenance Status: Good
cubit_base is a library for using easy fetch and paginate data from api with cubit
beyond_helpers
👍 1 ⬇️ 32
Dart 3 compatibleMaintenance Status: Poor
Utilities for implementing beyond architecture patterns
hydrated_triple
👍 0 ⬇️ 106
Dart 3 compatibleMaintenance Status: Poor
A mixin which automatically persists and restores store state.
with_bloc
👍 0 ⬇️ 46
Dart 3 compatibleMaintenance Status: Poor
A widget to create and manage BLoCs implemented on top of ValueNotifier, such as StateQueue.
binder
👍 70 ⬇️ 99
Maintenance Status: Poor
A lightweight, yet powerful way to bind your application state with your business logic.
fish_redux
👍 67 ⬇️ 331
Maintenance Status: Average
Fish Redux is an assembled flutter application framework based on Redux state management.
koin
👍 59 ⬇️ 177
Maintenance Status: Poor
A pragmatic lightweight dependency injection framework for Dart projects.
universal_widget
👍 52 ⬇️ 59
Maintenance Status: Poor
A universal widget that can be placed anywhere in your widget tree, with full support of animation & accessibility.
livestream
👍 30 ⬇️ 45
Maintenance Status: Poor
LiveStream is a simple class which makes communication easy among different modules of your application.
dart_notification_center
👍 30 ⬇️ 27
Maintenance Status: Poor
A wrapper for the observer pattern for Dart in the style of the iOS Notification Center.
flutter_bloc_devtools
👍 27 ⬇️ 24
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 ⬇️ 25
Maintenance Status: Poor
A set of tools for MobX that helps you with common processes making everything easier.
sprinkle
👍 17 ⬇️ 32
Maintenance Status: Poor
A convenient, stream-based Flutter architecture
mobx_provider
👍 14 ⬇️ 29
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 ⬇️ 47
Maintenance Status: Poor
Flux library for Flutter, featuring unidirectional dataflow inspired by reflux and Facebook's flux architecture.
dartin
👍 8 ⬇️ 108
Maintenance Status: Poor
A pragmatic lightweight dependency injection framework for Flutter developers.
fast_mvvm
👍 1 ⬇️ 206
Maintenance Status: Poor
Implemented using the MVVM architecture, quickly build projects to help consumers focus only on the business implementation