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

outdated

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

Changelog #

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
pub points
53%
popularity

Publisher

unverified uploader

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

More

Packages that depend on tbloc_dart