flutter_hooks_bloc 0.11.0 copy "flutter_hooks_bloc: ^0.11.0" to clipboard
flutter_hooks_bloc: ^0.11.0 copied to clipboard

outdated

A flutter_bloc reimplementation based on flutter_hooks with the same API.

[0.11.0] #

  • Adding userRiverBloc() hook function.
  • Adding contructors for using riverbloc with the bloc widgets:
    • BlocListener.river()
    • BlocBuilder.river()
    • BlocConsumer.river()
  • New library flutter_riverbloc:
    import 'package:flutter_hooks_bloc/flutter_riverbloc.dart';
    

[0.10.0] #

  • Adding documentation for a imaginary MultiBlocBuilder.
  • Refactor class templates to depends on state runtimeType.
  • Protecting HookWidget.use()

[0.9.0] #

  • Renaming BlocListenableBase to NesteableBlocListener.
  • BlocListener is has debugFillProperties.
  • MultiBlocListener is has debugFillProperties.
  • Fix in useBloc documentation.

[0.8.0] #

  • useBloc use onEmitted instead listener and buildWhen

[0.7.0] #

  • Removing BlocListenable in favor of only BlocListener
  • Removing CubitComposer in favor of BlocWidget
  • Dedicating a file flutter_bloc.dart for reexport wished widgets
  • flutter_hooks dependency updated
  • useBloc rebuilds HookWidget by default

[0.6.0] #

  • Unexporting flutter_hooks by default
  • Removing BlocBuilderInterface
  • Fixing useBloc description in README

[0.5.0] #

  • Some documentation added
  • Refactor for reducing the quantity of mixins and extensions
  • Converting some public API to private
  • Optimization in check if all BlocListeners have no child in a MultiBlocListener

[0.4.0] #

  • useBloc
  • BlocConsumer
  • BlocListener
  • BlocBuilder
32
likes
0
pub points
74%
popularity

Publisher

unverified uploader

A flutter_bloc reimplementation based on flutter_hooks with the same API.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bloc, flutter, flutter_bloc, flutter_hooks, hooks_riverpod, riverbloc

More

Packages that depend on flutter_hooks_bloc