flutter_bloc_pattern 1.1.2 copy "flutter_bloc_pattern: ^1.1.2" to clipboard
flutter_bloc_pattern: ^1.1.2 copied to clipboard

outdated

Bloc provider. Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state which the bloc_provider holds internally.

1.1.2 - 07 February 2020 #

  • Remove assert(child != null) and @required child in BlocProvider constructor

1.1.1 - 07 February 2020 #

  • Add DisposeCallbackBaseBloc
  • Add BlocProviders

1.1.0 - 17 December 2019 #

  • Update rxdart

1.0.1 - 10 August 2019 #

  • Minor updates

1.0.0+1 - 10 August 2019 #

  • Update README.md

1.0.0 - 10 August 2019 #

  • Add RxStreamBuilder

0.0.1+1 - 8 February 2019 #

  • Add example

0.0.1 - 8 February 2019 #

  • Initial
4
likes
0
pub points
81%
popularity

Publisher

unverified uploader

Bloc provider. Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state which the bloc_provider holds internally.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, rxdart

More

Packages that depend on flutter_bloc_pattern