Skip to content

Releases: felangel/bloc

angular_bloc-v0.1.1

09 Feb 05:47
Compare
Choose a tag to compare

Minor Updates to Documentation

angular_bloc-v0.1.0

09 Feb 05:47
Compare
Choose a tag to compare

Initial Version of the library.

  • Includes the ability to connect presentation layer to Bloc by using the BlocPipe Component.

flutter_bloc-v0.3.0

09 Feb 05:35
Compare
Choose a tag to compare

Updated to bloc: ^0.6.0

bloc-v0.6.0

09 Feb 05:43
Compare
Choose a tag to compare

Transitions and initialState updates.

  • Added Transitions and onTransition
  • Made initialState required

flutter_bloc-v0.2.1

09 Feb 05:35
Compare
Choose a tag to compare

Minor Updates to Documentation

bloc-v0.5.2

09 Feb 05:43
Compare
Choose a tag to compare

Additional minor Updates to Documentation.

flutter_bloc-v0.2.0

09 Feb 05:39
Compare
Choose a tag to compare

Updates to BlocBuilder and BlocProvider

  • BlocBuilder does not automatically dispose a Bloc. Developers are now responsible for determining when to call Bloc.dispose()
  • BlocProvider support for of(context) with generics
    • Support for multiple nested BlocProviders with different Bloc Types.

flutter_bloc-v0.1.1

09 Feb 05:40
Compare
Choose a tag to compare

Minor Updates to Documentation

flutter_bloc-v0.1.0

09 Feb 05:40
c620076
Compare
Choose a tag to compare

Initial Version of the library.

  • Includes the ability to connect presentation layer to Bloc by using the BlocBuilder Widget.
  • Includes BlocProvider, a DI widget that allows a single instance of a bloc to be provided to multiple widgets within a subtree.

bloc-v0.5.1

09 Feb 05:43
Compare
Choose a tag to compare

Minor Updates to Documentation