solo 0.2.0 copy "solo: ^0.2.0" to clipboard
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 solo

With Flutter:

 $ flutter pub add solo

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

dependencies:
  solo: ^0.2.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:solo/solo.dart';
0
likes
160
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

One job at a time: sequential jobs with exclusive state ownership, declarative rules and cooperative cancellation. Pure Dart.

Repository (GitHub)
View/report issues

Topics

#state-management #async #cancellation #concurrency

License

BSD-3-Clause (license)

Dependencies

async_job, meta

More

Packages that depend on solo