with_bloc 3.0.0 copy "with_bloc: ^3.0.0" to clipboard
with_bloc: ^3.0.0 copied to clipboard

A widget to create and manage BLoCs implemented on top of ValueNotifier, such as StateQueue.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add with_bloc

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

dependencies:
  with_bloc: ^3.0.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:with_bloc/with_bloc.dart';
0
likes
150
points
53
downloads

Publisher

verified publisheraboutyou.com

Weekly Downloads

A widget to create and manage BLoCs implemented on top of ValueNotifier, such as StateQueue.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on with_bloc