tbloc_dart 0.10.2 copy "tbloc_dart: ^0.10.2" to clipboard
tbloc_dart: ^0.10.2 copied to clipboard

outdated

A dart library that helps you to implement the BLoC pattern.

Changelog #

0.10.2 - 2020-11-29 #

Enhancements #

  • added stackTrace property to BlocError.

0.10.1 - 2020-11-11 #

Enhancements #

  • Minor improvements.

0.10.0 - 2020-10-19 #

Features #

  • Added helpers for throttling events.

0.9.0 - 2020-10-10 #

Enhancements #

  • Minor improvements.

Breaking Changes #

  • Requires dart 2.10.0

0.8.0 - 2020-10-01 #

Breaking Changes #

  • the method mapEventToState doesn't pass the bloc's state as a parameter anymore

0.7.1 - 2020-09-20 #

Features #

  • added isInitializing and isInitialized properties to the abstract Bloc class.

0.7.0 - 2020-09-19 #

Features #

  • Add isInitialized and isInitializing properties to BlocState.
  • Add BlocError Object.

Breaking Changes #

  • Add type property to the BlocEvent.
  • Remove BloC's reset method.

0.6.1 - 2020-09-03 #

Features #

  • Provide BlocBuilderWidget2 and BlocBuilderWidget3 widgets.

Fixes #

  • Only log a warning when an internal error is not handled.

0.6.0 - 2020-09-02 #

Breaking Changes #

  • Refactor BloC's internal errors handling.

Fixes #

  • Minor fixes.

0.5.1 - 2020-08-02 #

Fixes #

  • Make sure errors are dispatched correctly.

0.5.0 - 2020-08-01 #

Breaking changes #

  • BlocBuilder callback function takes a third argument, Support errors that could occur.

Fixes #

  • Avoid to dispatch null states.

0.4.0 - 2020-06-25 #

Features #

  • Add Multi Blocs provider

0.3.0 - 2020-05-18 #

Features #

  • Add hydrated blocs (beta)
  • Add initState method to the abstract Bloc Class

Breaking changes #

  • Bloc parameter stateBuilder has been renamed initialStateBuilder

0.2.0 - 2019-12-22 #

Features #

  • First release
0
likes
0
points
96
downloads

Publisher

unverified uploader

Weekly Downloads

A dart library that helps you to implement the BLoC pattern.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, equatable, flutter, logger, meta, provider, rxdart, subx, tuple

More

Packages that depend on tbloc_dart