iyam_bloc 0.3.1
iyam_bloc: ^0.3.1 copied to clipboard
Reusable and type-safe BLoC templates for Flutter apps. Provides load, pagination, and form BLoC patterns with ready-to-use widget helpers.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.3.1 - 2026-01-03 #
Added #
- Added
builderparameter toBlocBuilderPage,BlocConsumerPage, andBlocScaffoldPagefor custom state handling. - Made
loading,success, anderrorwidgets optional whenbuilderis used.
0.2.0 - 2026-01-03 #
Changed #
- BREAKING: Removed
iyam_coredependency and replaced witheitherx. - BREAKING: Refactored
BaseLoadBloc,BasePaginationBloc, andBaseFormBlocto returnEither<String, T>instead ofRepositoryResult. - Added
PaginationResultmodel locally as it was removed withiyam_core. - Upgrade
blocto ^9.2.0.