eventstateprocessor 1.1.0 copy "eventstateprocessor: ^1.1.0" to clipboard
eventstateprocessor: ^1.1.0 copied to clipboard

A Flutter package that wrap flutter bloc package for clearer implementation

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add eventstateprocessor

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

dependencies:
  eventstateprocessor: ^1.1.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:eventstateprocessor/eventstateprocessor.dart';
4
likes
130
pub points
59%
popularity

Publisher

verified publisherextremevn.com.vn

A Flutter package that wrap flutter bloc package for clearer implementation

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_bloc

More

Packages that depend on eventstateprocessor