solo 0.2.0
solo: ^0.2.0 copied to clipboard
One job at a time: sequential jobs with exclusive state ownership, declarative rules and cooperative cancellation. Pure Dart.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add soloWith Flutter:
$ flutter pub add soloThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
solo: ^0.2.0Alternatively, 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:solo/solo.dart';