blocer 0.2.0 copy "blocer: ^0.2.0" to clipboard
blocer: ^0.2.0 copied to clipboard

A new Flutter package to simplify bloc state managment.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blocer

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

dependencies:
  blocer: ^0.2.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:blocer/blocer.dart';
1
likes
100
pub points
6%
popularity

Publisher

verified publisherwaelalhalabi.com

A new Flutter package to simplify bloc state managment.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, flutter, flutter_bloc, meta

More

Packages that depend on blocer