blop 0.1.0 copy "blop: ^0.1.0" to clipboard
blop: ^0.1.0 copied to clipboard

Package that based on bloc and provide simplified flow to define process and manage state

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add blop

With Flutter:

 $ flutter pub add blop

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

dependencies:
  blop: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:blop/blop.dart';
0
likes
110
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Package that based on bloc and provide simplified flow to define process and manage state

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bloc, freezed_annotation, rxdart

More

Packages that depend on blop