dart_fsm 1.2.0 copy "dart_fsm: ^1.2.0" to clipboard
dart_fsm: ^1.2.0 copied to clipboard

A package for implementing finite state machines in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_fsm

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

dependencies:
  dart_fsm: ^1.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:dart_fsm/dart_fsm.dart';
5
likes
0
points
7.3k
downloads

Publisher

unverified uploader

Weekly Downloads

A package for implementing finite state machines in Dart.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, meta, test

More

Packages that depend on dart_fsm