bloc_builder 1.0.1 copy "bloc_builder: ^1.0.1" to clipboard
bloc_builder: ^1.0.1 copied to clipboard

outdated

Util to easily create BLoC

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_builder

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

dependencies:
  bloc_builder: ^1.0.1

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:bloc_builder/bloc_builder.dart';
1
likes
20
pub points
60%
popularity

Publisher

unverified uploader

Util to easily create BLoC

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_live_data

More

Packages that depend on bloc_builder