bloc_simple 1.0.1
bloc_simple: ^1.0.1 copied to clipboard
A package that makes life more easier
Changelog #
1.0.0 Initial Release #
1.0.1 Minor Changes #
- Added
SimpleState<T>for standardized state management - Added
SimpleCubit<T>for simplified Cubit implementation - Added
SimpleBloc<Event, T>for simplified Bloc implementation - Added Repository integration with
RepositoryConnector,RepositoryCubit, andRepositoryBloc - Added testing utilities
- Included example usage and documentation