hooked_bloc 1.5.0 copy "hooked_bloc: ^1.5.0" to clipboard
hooked_bloc: ^1.5.0 copied to clipboard

Flutter package that simplifies injection and usage of Bloc/Cubit.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hooked_bloc

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  hooked_bloc: ^1.5.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hooked_bloc/hooked_bloc.dart';
80
likes
130
pub points
87%
popularity

Publisher

verified publisheriteo.com

Flutter package that simplifies injection and usage of Bloc/Cubit.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

bloc, flutter, flutter_bloc, flutter_hooks, meta, provider

More

Packages that depend on hooked_bloc