graph_bloc 0.1.2 copy "graph_bloc: ^0.1.2" to clipboard
graph_bloc: ^0.1.2 copied to clipboard

A package that implements a lightweight and flexible FSM using a StateGraph for the Bloc package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add graph_bloc

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

dependencies:
  graph_bloc: ^0.1.2

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:graph_bloc/graph_bloc.dart';
0
likes
140
pub points
27%
popularity

Publisher

unverified uploader

A package that implements a lightweight and flexible FSM using a StateGraph for the Bloc package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, equatable, flutter

More

Packages that depend on graph_bloc