blop 0.0.2+1 copy "blop: ^0.0.2+1" to clipboard
blop: ^0.0.2+1 copied to clipboard

discontinued
outdated

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.0.2+1

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
100
pub points
1%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, freezed_annotation

More

Packages that depend on blop