custom_bloc 0.1.6 copy "custom_bloc: ^0.1.6" to clipboard
custom_bloc: ^0.1.6 copied to clipboard

A simple wrapper around stream controller/rxdart stream for easier implementation of bloc pattern

0.1.6 #

  • Added new getters for easy access to data, error and states including the following blocHasData, blocHasError, blocIsLoading, blocHasNoContent, dataNullable, errorNullable.

0.1.5 #

  • Added More Documentation.

0.1.4 #

  • Bug Fixes.

0.1.3 #

  • Bug Fixes.

0.1.2 #

  • Bug Fixes.

0.1.2 #

  • Fixed twoStream type casting

0.1.1 #

  • Bug Fixes.

0.1.0 #

  • Support to use more than one bloc in a CustomStreamBuilder.
  • Two new constructors added, .twoStream and .multi
  • Updated Examples

0.0.5 #

  • Updated CustomBlocErrorWidget

0.0.4 #

  • Added noContentBuilder to CustomStreamBuilder

0.0.3 #

  • Default state updated to noContent
  • Ability to update state to noContent

0.0.2 #

  • Bug Fixes

0.0.1 #

  • First Release
7
likes
120
pub points
52%
popularity

Publisher

verified publisherfolarin.co

A simple wrapper around stream controller/rxdart stream for easier implementation of bloc pattern

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on custom_bloc