acyclic_steps 0.11.2 copy "acyclic_steps: ^0.11.2" to clipboard
acyclic_steps: ^0.11.2 copied to clipboard

An explicit acyclic step dependency framework with concurrent evaluation and dependency injection.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add acyclic_steps
copied to clipboard

With Flutter:

 $ flutter pub add acyclic_steps
copied to clipboard

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

dependencies:
  acyclic_steps: ^0.11.2
copied to clipboard

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:acyclic_steps/acyclic_steps.dart';
copied to clipboard
19
likes
160
points
687
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

2024.09.23 - 2025.04.07

An explicit acyclic step dependency framework with concurrent evaluation and dependency injection.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#concurrency #dependency-injection

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

meta

More

Packages that depend on acyclic_steps