bloc_widgets 1.1.2
bloc_widgets: ^1.1.2 copied to clipboard
A new Flutter package that provides an alternative to the `BlocBuilder/Listener/Consumer/Selector` with the idea based on the `ConsumerWidget` from `riverpod` library.
1.1.2 #
flutter_blocdependency updated.
1.1.1 #
- fixed
BlocWidgetupdate function issue. flutter_lintsdependency updated.
1.1.0 #
- Breaking change: method
buildWithStatereplaced with more conventionalbuildmethod. - Added
BlocListenerWidgetwidgets. flutter_blocdependency updated.
1.0.0 #
- First release of
bloc_widgetspackage.