bloc 0.6.0 copy "bloc: ^0.6.0" to clipboard
bloc: ^0.6.0 copied to clipboard

outdated

The goal of this package is to make it easy to implement the BLoC Design Pattern (Business Logic Component).

0.1.0 #

Initial Version of the library.

  • Includes the ability to create a custom Bloc by extending Bloc class.
  • Includes the ability to connect presentation layer to Bloc by using the BlocBuilder Widget.

0.1.1 #

Minor Updates to Documentation.

0.1.2 #

Additional Minor Updates to Documentation.

0.2.0 #

Added Support for Stream Transformation

  • Includes Stream<E> transform(Stream<E> events)
  • Updates to Documentation

0.2.1 #

Minor Updates to Documentation.

0.2.2 #

Additional Minor Updates to Documentation.

0.2.3 #

Additional Minor Updates to Documentation.

0.2.4 #

Additional Minor Updates to Documentation.

0.2.5 #

Additional Minor Updates to Documentation.

0.3.0 #

Updated mapEventToState to take current state as an argument.

  • Stream<S> mapEventToState(E event) -> Stream<S> mapEventToState(S state, E event)
  • Updates to Documentation.
  • Updates to Example.

0.4.0 #

Added BlocProvider.

  • BlocProvider.of(context)
  • Updates to Documentation.
  • Updates to Example.

0.4.1 #

Minor Updates to Documentation.

0.4.2 #

Additional minor Updates to Documentation.

0.5.0 #

Moved Flutter Widgets to flutter_bloc package

0.5.1 #

Minor Updates to Documentation

0.5.2 #

Additional minor Updates to Documentation.

0.6.0 #

Transitions and initialState updates.

  • Added Transitions and onTransition
  • Made initialState required
3.11k
likes
0
points
3.21M
downloads

Publisher

verified publisherbloclibrary.dev

Weekly Downloads

The goal of this package is to make it easy to implement the BLoC Design Pattern (Business Logic Component).

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta, rxdart

More

Packages that depend on bloc