clean_cubit_reactor 1.0.3
clean_cubit_reactor: ^1.0.3 copied to clipboard
Lightweight coordination layer for Cubit with automatic synchronization between multiple cubits using Reactor.
1.0.0 #
- Initial release of Clean Cubit Reactor.
- Provides a
Reactor
abstraction for coordinating data updates between multipleCubit
s without direct coupling. - Includes:
Reactor
base mixinCubitListener
for subscribing cubits to specific response types- Local caching and session history support
- Example project demonstrating usage with
ItemsCubit
andUpdateItemCubit
1.0.1 #
- Upadated readme image
1.0.2 #
- Upadated readme image
1.0.3 #
- Updated flutter_bloc
- Runned dart format