blowe_bloc 0.1.0
blowe_bloc: ^0.1.0 copied to clipboard
An advanced Flutter package for state management and business logic components, extending flutter_bloc.
0.1.0 #
- Initial release of
blowe_bloc. - Added advanced BLoC components including
BloweLoadBloc,BlowePaginationBloc, andBloweWatchBloc. - Included models for handling no parameters (
BloweNoParams) and pagination (BlowePaginationModel). - Provided a variety of reactive widgets such as
BloweBlocButton,BloweBlocListener,BloweDropdownButtonFormField,BlowePaginationListView, andBloweTextFormField. - Added selector widgets
BloweBlocSelectorandBloweMultiBlocSelectorfor monitoring BLoC states.