blowe_bloc 0.1.4
blowe_bloc: ^0.1.4 copied to clipboard
An advanced Flutter package for state management and business logic components, extending flutter_bloc.
0.1.4 #
- Added the ability to pass dynamic parameters for the
onRefreshandRetryactions inBlowePaginationListView. - Fixed issue with the last item in the list being inside a column, causing visual inconsistencies.
- Ensured the list is always scrollable, even when the items do not fill the screen, to allow for
onRefreshfunctionality.
0.1.3 #
- Update
README.mdversion
0.1.2 #
- Update
README.mdcode example
0.1.1 #
- Added an example demonstrating the usage of
blowe_blocin a Flutter application.
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.