Flutter Gems is a curated list of 6700+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Dependency Injection and State Management packages
Last updated: January 26, 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.53K ⬇️ 2.8M
Dart 3 compatibleMaintenance Status: Good
A wrapper around InheritedWidget to make them easier to use and more reusable.
flutter_bloc
👍 7.5K ⬇️ 1.9M
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.71K ⬇️ 3.3M
Dart 3 compatibleMaintenance Status: Good
RxDart is an implementation of the popular ReactiveX api for asynchronous programming, leveraging the native Dart Streams api.
get_it
👍 4.37K ⬇️ 1.4M
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.53K ⬇️ 1.4M
Dart 3 compatibleMaintenance Status: Good
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
bloc
👍 2.98K ⬇️ 1.9M
Dart 3 compatibleMaintenance Status: Good
A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
flutter_riverpod
👍 2.58K ⬇️ 1.4M
Dart 3 compatibleMaintenance Status: Good
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
bloc_test
👍 613 ⬇️ 1.2M
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.
state_notifier
👍 320 ⬇️ 1.3M
Dart 3 compatibleMaintenance Status: Average
ValueNotifier, but outside Flutter and with some extra perks
bloc_concurrency
👍 512 ⬇️ 999.1K
Dart 3 compatibleMaintenance Status: Good
Custom event transformers inspired by ember concurrency. Built to be used with the bloc state management package.
injectable
👍 1.32K ⬇️ 264.1K
Dart 3 compatibleMaintenance Status: Good
Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.
mobx
👍 1.27K ⬇️ 76K
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
👍 875 ⬇️ 203.1K
Dart 3 compatibleMaintenance Status: Good
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
scope
👍 11 ⬇️ 867.2K
Dart 3 compatibleMaintenance Status: Good
A Dependency injection (Inversion of Control) library. Supports nested Scopes and multiple values of the same type.
hydrated_bloc
👍 862 ⬇️ 89K
Dart 3 compatibleMaintenance Status: Good
An extension to the bloc state management library which automatically persists and restores bloc states.
event_bus
👍 672 ⬇️ 182.4K
Dart 3 compatibleMaintenance Status: Good
A simple Event Bus using Dart Streams for decoupling applications
flutter_mobx
👍 688 ⬇️ 43.7K
Dart 3 compatibleMaintenance Status: Good
Flutter integration for MobX. It provides a set of Observer widgets that automatically rebuild when the tracked observables change.
redux
👍 400 ⬇️ 201.3K
Dart 3 compatibleMaintenance Status: Poor
Redux is a predictable state container for Dart and Flutter apps
flutter_redux
👍 553 ⬇️ 38K
Dart 3 compatibleMaintenance Status: Poor
A set of utility Widgets that Provide and Connect to a Redux Store
scoped_model
👍 280 ⬇️ 263K
Dart 3 compatibleMaintenance Status: Poor
A Widget that passes a Reactive Model to all of it's children
signals
👍 469 ⬇️ 5K
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
👍 404 ⬇️ 15.3K
Dart 3 compatibleMaintenance Status: Good
a simple yet powerful state management technique for Flutter
mobx_codegen
👍 297 ⬇️ 65.5K
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.
flutter_data
👍 364 ⬇️ 1.2K
Dart 3 compatibleMaintenance Status: Good
The seamless way to work with persistent data models in Flutter. Inspired by Ember Data and ActiveRecord.
state_machine
👍 39 ⬇️ 215.3K
Dart 3 compatibleMaintenance Status: Good
Finite state machine library. Easily define legal state transitions. Listen to state entrances, departures, and transitions.
auto_injector
👍 96 ⬇️ 135.3K
Dart 3 compatibleMaintenance Status: Good
Automatic Dependency Injection System, but without build_runner
redux_dev_tools
👍 8 ⬇️ 165.8K
Dart 3 compatibleMaintenance Status: Poor
Time Travel Dev Tools for Dart Redux
kiwi
👍 163 ⬇️ 35.1K
Dart 3 compatibleMaintenance Status: Good
A simple yet efficient dependency injection container for Dart and Flutter (can be coupled with the kiwi_generator package).
injector
👍 59 ⬇️ 117.3K
Dart 3 compatibleMaintenance Status: Good
injector is a simple to use and lightweight dependency injection library for dart
replay_bloc
👍 177 ⬇️ 8.5K
Dart 3 compatibleMaintenance Status: Good
An extension to the bloc state management library which adds support for undo and redo.
redux_thunk
👍 66 ⬇️ 100.8K
Dart 3 compatibleMaintenance Status: Poor
A Redux.dart Middleware that allows you to dispatch functions that perform async work as actions.
built_redux
👍 9 ⬇️ 130.8K
Dart 3 compatibleMaintenance Status: Good
A state management library written in dart that enforces immutability
async_redux
👍 153 ⬇️ 6.5K
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.
watch_it
👍 147 ⬇️ 7K
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.
get_it_mixin
👍 139 ⬇️ 3.9K
Dart 3 compatibleMaintenance Status: Average
mixin on Stateless- and StatefulWidgts that makes binding the Widget to Objects stored in GetIt easier.
![flutter_triple Card Image](/media-cards/flutter_triple.png)
flutter_triple
👍 126 ⬇️ 2.2K
Dart 3 compatibleMaintenance Status: Average
Implementation of the Segmented State Pattern (SSP) nicknamed Triple.
riverbloc
👍 110 ⬇️ 1.5K
Dart 3 compatibleMaintenance Status: Good
BlocProvider implementation with riverpod as alternative to provider, similar to StateNotifierProvider
bloc_pattern
👍 97 ⬇️ 1.3K
Dart 3 compatibleMaintenance Status: Poor
Just a package with bases to deploy the BloC your code. Modules, Consumers And BLoC!
redux_saga
👍 31 ⬇️ 56.2K
Dart 3 compatibleMaintenance Status: Average
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.
momentum
👍 97 ⬇️ 88
Dart 3 compatibleMaintenance Status: Poor
MVC pattern for flutter. Works as state management, dependency injection and service locator.
asp
👍 93 ⬇️ 1.9K
Dart 3 compatibleMaintenance Status: Good
ASP (Atomic State Pattern) offers a simplified, Predictable and Powerful State Management for Flutter.
flutter_command
👍 93 ⬇️ 1.2K
Dart 3 compatibleMaintenance Status: Good
flutter_command is a way to manage your state based on 'ValueListenable' and the 'Command' design pattern.
rx_notifier
👍 83 ⬇️ 6.6K
Dart 3 compatibleMaintenance Status: Average
Extension to ValueNotifier by transparently applying functional reactive programming (TFRP)
hooked_bloc
👍 84 ⬇️ 5.3K
Dart 3 compatibleMaintenance Status: Average
Flutter package that simplifies injection and usage of Bloc/Cubit.
ioc_container
👍 88 ⬇️ 1.1K
Dart 3 compatibleMaintenance Status: Average
A lightweight, flexible, and high-performance dependency injection and service location library for Dart and Flutter
reselect
👍 19 ⬇️ 58.2K
Dart 3 compatibleMaintenance Status: Poor
Efficiently derive data from your Redux Store
flutter_getit
👍 88 ⬇️ 390
Dart 3 compatibleMaintenance Status: Good
Integrating with 'get_it,' it efficiently manages Flutter project dependencies, providing robust page control, route management, and module flexibility
june
👍 78 ⬇️ 4.6K
Dart 3 compatibleMaintenance Status: Good
June is a lightweight and modern state management library that focuses on providing a pattern very similar to Flutter's native state management.
functional_listener
👍 67 ⬇️ 13.4K
Dart 3 compatibleMaintenance Status: Good
An rx like extension methods on ValueListenable type, that lets you work with ValueNotifiers almost like with Streams
isolator
👍 81 ⬇️ 378
Dart 3 compatibleMaintenance Status: Average
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
bloc_presentation
👍 61 ⬇️ 16.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").
flutter_state_notifier
👍 54 ⬇️ 19.5K
Dart 3 compatibleMaintenance Status: Average
Flutter bindings for state_notifier, such as StateNotifierProvider and StateNotifierBuilder
flutter_simple_dependency_injection
👍 71 ⬇️ 3.7K
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 ⬇️ 141
Dart 3 compatibleMaintenance Status: Poor
A clean & simple MVVM solution for state management using Provider package.
creator
👍 67 ⬇️ 282
Dart 3 compatibleMaintenance Status: Average
A state management library that enables concise, fluid, readable and testable business logic code.
fbroadcast
👍 49 ⬇️ 14.2K
Dart 3 compatibleMaintenance Status: Poor
FBroadcast Help developers build an efficient broadcast system in the application.
observable_ish
👍 63 ⬇️ 1.7K
Dart 3 compatibleMaintenance Status: Good
Write elegant reactive cross-platform client side application using observable states and event emitters.
solidart
👍 64 ⬇️ 350
Dart 3 compatibleMaintenance Status: Average
A simple State Management solution for Dart applications inspired by SolidJS
fquery
👍 60 ⬇️ 2.8K
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.
state_persistence
👍 63 ⬇️ 60
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
👍 62 ⬇️ 843
Dart 3 compatibleMaintenance Status: Good
A state management solution on top of Router API for larger apps.
triple
👍 55 ⬇️ 2.4K
Dart 3 compatibleMaintenance Status: Average
Abstraction for the Segmented State Pattern. Use to create Triple Store.
![rx_bloc Card Image](/media-cards/rx_bloc.png)
rx_bloc
👍 54 ⬇️ 3.1K
Dart 3 compatibleMaintenance Status: Good
A Flutter package that helps implementing the BLoC (Business Logic Component) Design Pattern using the power of reactive streams.
yx_scope
👍 57 ⬇️ 92
Dart 3 compatibleMaintenance Status: Good
A core package of the compile-safe DI framework with advanced scoping capabilities
![property_change_notifier Card Image](/media-cards/property_change_notifier.png)
property_change_notifier
👍 55 ⬇️ 1.5K
Dart 3 compatibleMaintenance Status: Good
A drop-in replacement for ChangeNotifier for observing only certain properties of a model.
flutter_solidart
👍 55 ⬇️ 269
Dart 3 compatibleMaintenance Status: Good
A simple State Management solution for Flutter applications inspired by SolidJS
statemachine
👍 46 ⬇️ 6.7K
Dart 3 compatibleMaintenance Status: Average
A simple, yet powerful state machine framework for Dart supporting Flutter and web apps.
rearch
👍 51 ⬇️ 661
Dart 3 compatibleMaintenance Status: Good
A re-imagined declarative approach to application design and architecture
reactter
👍 50 ⬇️ 1.1K
Dart 3 compatibleMaintenance Status: Good
A light, powerful and quick Reactive State Management, Dependency Injection and Event Handler.
flutter_onlooker
👍 49 ⬇️ 42
Dart 3 compatibleMaintenance Status: Good
A state management library that provides a simple solution for updating state and navigation.
flutter_rx_bloc
👍 42 ⬇️ 2K
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.
signals_flutter
👍 38 ⬇️ 5.2K
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.
redux_epics
👍 38 ⬇️ 5.1K
Dart 3 compatibleMaintenance Status: Poor
A redux.dart Middleware that helps you perform side effects using Streams
isolate_bloc
👍 44 ⬇️ 116
Dart 3 compatibleMaintenance Status: Poor
A dart package that helps implement the BLoC pattern. BLoC works in Isolate and don't slow down UI.
comms
👍 41 ⬇️ 1.4K
Dart 3 compatibleMaintenance Status: Average
Simple communication pattern abstraction on streams, created for communication between logic classes.
![mvvm_plus Card Image](/media-cards/mvvm_plus.png)
mvvm_plus
👍 42 ⬇️ 383
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).
context_watch
👍 34 ⬇️ 5.3K
Dart 3 compatibleMaintenance Status: Good
A hassle-free way to watch for observable value changes within the `build` method.
flutter_reactter
👍 39 ⬇️ 1K
Dart 3 compatibleMaintenance Status: Good
A light, powerful and quick Reactive State Management, Dependency Injection and Event Handler.
cubes
👍 40 ⬇️ 112
Dart 3 compatibleMaintenance Status: Poor
Simple State Manager (Focusing on simplicity and rebuilding only the necessary)
event_bus_plus
👍 35 ⬇️ 4.1K
Dart 3 compatibleMaintenance Status: Average
Event Bus for Dart.
vxstate
👍 31 ⬇️ 7K
Dart 3 compatibleMaintenance Status: Poor
VxState is an another state management solution for flutter. It is highly inspired from Redux & VueX.
reduced
👍 39 ⬇️ 29
Dart 3 compatibleMaintenance Status: Average
Unified facade for the basic features of state management frameworks.
mvvm
👍 38 ⬇️ 79
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.
angular_bloc
👍 37 ⬇️ 469
Dart 3 compatibleMaintenance Status: Average
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.
stream_bloc
👍 36 ⬇️ 412
Dart 3 compatibleMaintenance Status: Poor
Modern implementation of the Original BLoC that uses asynchronous generators to describe relationships between events and states.
redux_logging
👍 29 ⬇️ 5.3K
Dart 3 compatibleMaintenance Status: Average
Redux.dart Middleware that prints the latest action & state
fl_query
👍 35 ⬇️ 214
Dart 3 compatibleMaintenance Status: Good
Asynchronous data caching, refetching & invalidation library for Flutter
flutter_hooks_bloc
👍 35 ⬇️ 201
Dart 3 compatibleMaintenance Status: Average
A flutter_bloc reimplementation based on flutter_hooks with the same API.
refena
👍 33 ⬇️ 1.8K
Dart 3 compatibleMaintenance Status: Good
A state management library for Dart and Flutter. Inspired by Riverpod and async_redux.
stateless
👍 34 ⬇️ 28
Dart 3 compatibleMaintenance Status: Poor
A stateless stateful state management package that is not stateless.
![after_init Card Image](/media-cards/after_init.png)
after_init
👍 33 ⬇️ 120
Dart 3 compatibleMaintenance Status: Good
Adds a didInitState() lifecycle method to stateful widgets where you can safely access inherited widgets.
state_beacon
👍 33 ⬇️ 39
Dart 3 compatibleMaintenance Status: Good
A reactive primitive and simple state managerment solution for dart and flutter
rx_future
👍 33 ⬇️ 30
Dart 3 compatibleMaintenance Status: Poor
introducing a new type in getx called RxFuture to listen to future state.
observable
👍 21 ⬇️ 8.9K
Dart 3 compatibleMaintenance Status: Poor
Support for marking objects as observable
control
👍 31 ⬇️ 126
Dart 3 compatibleMaintenance Status: Good
Simple state management for Flutter with concurrency support.
injecteo
👍 31 ⬇️ 36
Dart 3 compatibleMaintenance Status: Poor
Service locator for IoC pattern. Export annotations and abstract classes used by injecteo_generator.
bloc_provider
👍 24 ⬇️ 5.7K
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.
meedu
👍 29 ⬇️ 706
Dart 3 compatibleMaintenance Status: Good
A simple State Managment, Dependency Injection, Reactive programming for dart Projects.
hydrated
👍 28 ⬇️ 165
Dart 3 compatibleMaintenance Status: Poor
An automatically persisted BehaviorSubject with simple hydration for Flutter. Intended to be used with the BLoC pattern.
rx_bloc_cli
👍 27 ⬇️ 265
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
broadcast_bloc
👍 26 ⬇️ 109
Dart 3 compatibleMaintenance Status: Average
An extension to the bloc state management library which adds support for broadcasting state changes to stream channels.
flutter_comms
👍 24 ⬇️ 426
Dart 3 compatibleMaintenance Status: Average
Simple communication pattern abstraction on streams, created for communication between logic classes and or widgets.
lite_ref
👍 24 ⬇️ 101
Dart 3 compatibleMaintenance Status: Good
A lightweight dependency injection package with support for overriding for testing.
redux_persist_flutter
👍 21 ⬇️ 1.9K
Dart 3 compatibleMaintenance Status: Poor
Redux Persist Flutter Integration with custom storage engines
generic_bloc_provider
👍 22 ⬇️ 958
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.
velocity_bloc
👍 21 ⬇️ 255
Dart 3 compatibleMaintenance Status: Good
Minimalist and Easy State Management for Bloc Inspired from Dart Generics.
flutter_control
👍 21 ⬇️ 244
Dart 3 compatibleMaintenance Status: Good
Flutter Control is complex library to maintain App and State management, Dependency Injection, Navigation with Routing, Localization and more..
stateful_props
👍 21 ⬇️ 63
Dart 3 compatibleMaintenance Status: Poor
Provides a simple way to re-use behaviors across StatefulWidgets. Improves readability and robustness of your components.
riverpod_context
👍 18 ⬇️ 1.8K
Dart 3 compatibleMaintenance Status: Poor
This package brings back context.read and context.watch for riverpod
solace_flowz
👍 20 ⬇️ 21
Dart 3 compatibleMaintenance Status: Average
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 .
mvvm_architecture
👍 20 ⬇️ 20
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.
rx_redux
👍 19 ⬇️ 55
Dart 3 compatibleMaintenance Status: Poor
Redux implementation based on Dart Stream, with the power of RxDart. Reactive redux store for Dart & Flutter.
flutter_zustand
👍 18 ⬇️ 155
Dart 3 compatibleMaintenance Status: Good
Brings zustand's bear necessities for state management to Flutter
bloc_tools
👍 17 ⬇️ 48
Dart 3 compatibleMaintenance Status: Good
Tools for building applications using the bloc state management library.
provider_for_redux
👍 16 ⬇️ 254
Dart 3 compatibleMaintenance Status: Good
Lets you use Provider with Redux. Uses AsyncRedux, the non-boilerplate version of Redux.
rebloc
👍 16 ⬇️ 114
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.
disposable_provider
👍 5 ⬇️ 9.2K
Dart 3 compatibleMaintenance Status: Poor
DisposableProvider is thin wrapper of Provider and it calls dispose automatically.
inherited_state
👍 15 ⬇️ 28
Dart 3 compatibleMaintenance Status: Good
Simple and clean state management backed by InheritedWidget and DI backed by the service locator pattern.
grab
👍 14 ⬇️ 24
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 ⬇️ 392
Dart 3 compatibleMaintenance Status: Poor
A simple reactive navigation middleware for Flutter's redux library.
power_state
👍 12 ⬇️ 183
Dart 3 compatibleMaintenance Status: Good
A flutter state management solution with dependency injection. You can easily manage your state
alt_bloc
👍 12 ⬇️ 12
Dart 3 compatibleMaintenance Status: Poor
A library that provides components for more easier and boilerplate implementation of the BLoC architecture pattern.
flutter_bloc_pattern
👍 4 ⬇️ 5.8K
Dart 3 compatibleMaintenance Status: Good
Bloc provider. Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state which the bloc_provider holds internally.
dash
👍 9 ⬇️ 345
Dart 3 compatibleMaintenance Status: Average
Dash library is responsible to offer a service locator pattern that cares about provide and dispose blocs.
toor
👍 9 ⬇️ 239
Dart 3 compatibleMaintenance Status: Average
Compile-time safe and easy to manage service locators.
api_bloc
👍 9 ⬇️ 52
Dart 3 compatibleMaintenance Status: Good
Flutter widgets that simplify the BLoC pattern implementation for REST APIs within an MVC architecture, significantly reducing boilerplate code.
fountain
👍 9 ⬇️ 32
Dart 3 compatibleMaintenance Status: Poor
The modular state management solution for flutter.
flutter_rearch
👍 8 ⬇️ 553
Dart 3 compatibleMaintenance Status: Good
A re-imagined declarative approach to application design and architecture
easy_event_bus
👍 8 ⬇️ 551
Dart 3 compatibleMaintenance Status: Good
It's an easy-to-use and elegant event bus-based library.
lite_state
👍 8 ⬇️ 143
Dart 3 compatibleMaintenance Status: Good
A simple state management machine for Flutter.
flutter_bloc_patterns
👍 7 ⬇️ 96
Dart 3 compatibleMaintenance Status: Good
A set of most common BLoC use cases build on top of flutter_bloc library.
phased
👍 6 ⬇️ 620
Dart 3 compatibleMaintenance Status: Average
Simplified state management focused on animations
stream_mixin
👍 6 ⬇️ 546
Dart 3 compatibleMaintenance Status: Poor
State management using stream to avoid use of flutter's State/setState/StatefulWidget, boosting the performance and code separation.
simple_architecture
👍 6 ⬇️ 51
Dart 3 compatibleMaintenance Status: Average
Simple Architecture for Flutter apps with Dependency Injection, Mediator Pattern and Observable Streams
karee
👍 6 ⬇️ 9
Dart 3 compatibleMaintenance Status: Average
Another way to build Flutter applications for mobile, web and desktop using Karee Architecture.
depend
👍 5 ⬇️ 173
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 ⬇️ 63
Dart 3 compatibleMaintenance Status: Average
An easy and safe DI (Dependency Injection) solution for Dart with support for scoping.
kfx_dependency_injection
👍 5 ⬇️ 31
Dart 3 compatibleMaintenance Status: Average
Flutter Dependency Injection library based on dotnet ServiceProvider
pulse_x
👍 4 ⬇️ 32
Dart 3 compatibleMaintenance Status: Average
Pulse X is the mini state management. It has four features - state management, context-less routing, dependency injection & reaction (side effects)
hydro
👍 4 ⬇️ 24
Dart 3 compatibleMaintenance Status: Poor
A simple, fast state management & service container solution for Flutter, without acrobatics.
flutter_state_management
👍 3 ⬇️ 275
Dart 3 compatibleMaintenance Status: Good
A collection of helper classes to make the use of ChangeNotifier easier for state management
trent
👍 3 ⬇️ 250
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.
my_own_mvvm_with_dependency_injection_blackjack_and_hookers
👍 3 ⬇️ 0
Dart 3 compatibleMaintenance Status: Good
My Own MVVM with Dependency Injection, Blackjack and Hookers
state_queue
👍 2 ⬇️ 61
Dart 3 compatibleMaintenance Status: Poor
A BLoC implementation for sequentially executed async state updates.
mu_state
👍 2 ⬇️ 5
Dart 3 compatibleMaintenance Status: Good
A set of helpers for pragmatic state handling as mentioned in my Medium article.
karee_core
👍 1 ⬇️ 41
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
beyond_helpers
👍 1 ⬇️ 23
Dart 3 compatibleMaintenance Status: Poor
Utilities for implementing beyond architecture patterns
hydrated_triple
👍 0 ⬇️ 88
Dart 3 compatibleMaintenance Status: Average
A mixin which automatically persists and restores store state.
with_bloc
👍 0 ⬇️ 47
Dart 3 compatibleMaintenance Status: Poor
A widget to create and manage BLoCs implemented on top of ValueNotifier, such as StateQueue.
fish_redux
👍 67 ⬇️ 5.1K
Maintenance Status: Average
Fish Redux is an assembled flutter application framework based on Redux state management.
binder
👍 70 ⬇️ 67
Maintenance Status: Poor
A lightweight, yet powerful way to bind your application state with your business logic.
koin
👍 59 ⬇️ 131
Maintenance Status: Poor
A pragmatic lightweight dependency injection framework for Dart projects.
universal_widget
👍 52 ⬇️ 49
Maintenance Status: Poor
A universal widget that can be placed anywhere in your widget tree, with full support of animation & accessibility.
dart_notification_center
👍 31 ⬇️ 6
Maintenance Status: Poor
A wrapper for the observer pattern for Dart in the style of the iOS Notification Center.
livestream
👍 30 ⬇️ 34
Maintenance Status: Poor
LiveStream is a simple class which makes communication easy among different modules of your application.
flutter_bloc_devtools
👍 27 ⬇️ 25
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 ⬇️ 22
Maintenance Status: Poor
A set of tools for MobX that helps you with common processes making everything easier.
sprinkle
👍 17 ⬇️ 26
Maintenance Status: Poor
A convenient, stream-based Flutter architecture
mobx_provider
👍 14 ⬇️ 23
Maintenance Status: Poor
package for binding the UI with your stores (viewmodels) easily , the package is inspired by filled stacks archticture pattern
query_stack
👍 9 ⬇️ 91
Maintenance Status: Average
Powerful, yet simple, asynchronous state management for Flutter
flutter_flux
👍 9 ⬇️ 25
Maintenance Status: Poor
Flux library for Flutter, featuring unidirectional dataflow inspired by reflux and Facebook's flux architecture.
dartin
👍 8 ⬇️ 80
Maintenance Status: Poor
A pragmatic lightweight dependency injection framework for Flutter developers.
fast_mvvm
👍 1 ⬇️ 62
Maintenance Status: Average
Implemented using the MVVM architecture, quickly build projects to help consumers focus only on the business implementation