iyam_bloc 0.3.1 copy "iyam_bloc: ^0.3.1" to clipboard
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 builder parameter to BlocBuilderPage, BlocConsumerPage, and BlocScaffoldPage for custom state handling.
  • Made loading, success, and error widgets optional when builder is used.

0.2.0 - 2026-01-03 #

Changed #

  • BREAKING: Removed iyam_core dependency and replaced with eitherx.
  • BREAKING: Refactored BaseLoadBloc, BasePaginationBloc, and BaseFormBloc to return Either<String, T> instead of RepositoryResult.
  • Added PaginationResult model locally as it was removed with iyam_core.
  • Upgrade bloc to ^9.2.0.
0
likes
150
points
435
downloads

Publisher

unverified uploader

Weekly Downloads

Reusable and type-safe BLoC templates for Flutter apps. Provides load, pagination, and form BLoC patterns with ready-to-use widget helpers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, eitherx, equatable, flutter, flutter_bloc

More

Packages that depend on iyam_bloc