flutter_bloc 0.4.4 copy "flutter_bloc: ^0.4.4" to clipboard
flutter_bloc: ^0.4.4 copied to clipboard

outdated

Flutter Widgets that make it easy to implement the BLoC Design Pattern (Business Logic Component). Built to be used with the bloc package.

0.1.0 #

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.

0.1.1 #

Minor Updates to Documentation

0.2.0 #

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.

0.2.1 #

Minor Updates to Documentation

0.3.0 #

Updated to bloc: ^0.6.0

0.3.1 #

Minor Updates to Documentation

0.4.0 #

Updated to bloc: ^0.7.0

0.4.1 #

Minor Updates to Documentation

0.4.2 #

BlocProvider performance improvements

0.4.3 #

BlocBuilder performance improvements

0.4.4 #

Minor updates to documentation and improved error reporting in BlocProvider

7.56k
likes
0
points
2.74M
downloads

Publisher

verified publisherbloclibrary.dev

Weekly Downloads

2024.08.08 - 2025.02.20

Flutter Widgets that make it easy to implement the BLoC Design Pattern (Business Logic Component). Built to be used with the bloc package.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, flutter, rxdart

More

Packages that depend on flutter_bloc