isolate_agents 0.2.0 copy "isolate_agents: ^0.2.0" to clipboard
isolate_agents: ^0.2.0 copied to clipboard

Agents are state that lives on a background isolate.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isolate_agents

With Flutter:

 $ flutter pub add isolate_agents

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

dependencies:
  isolate_agents: ^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:isolate_agents/isolate_agents.dart';
68
likes
130
pub points
61%
popularity

Publisher

unverified uploader

Agents are state that lives on a background isolate.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on isolate_agents