saga_state_machine 1.0.0 copy "saga_state_machine: ^1.0.0" to clipboard
saga_state_machine: ^1.0.0 copied to clipboard

A MassTransit-style state machine framework for Dart. Declarative, event-driven saga pattern with fluent builder API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add saga_state_machine

With Flutter:

 $ flutter pub add saga_state_machine

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

dependencies:
  saga_state_machine: ^1.0.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:saga_state_machine/saga_state_machine.dart';
1
likes
160
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

A MassTransit-style state machine framework for Dart. Declarative, event-driven saga pattern with fluent builder API.

Repository (GitHub)
View/report issues

Topics

#state-machine #saga #event-driven #workflow #finite-state-machine

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on saga_state_machine