usecase_forge 0.1.0-dev.3 copy "usecase_forge: ^0.1.0-dev.3" to clipboard
usecase_forge: ^0.1.0-dev.3 copied to clipboard

A pure Dart command-driven UseCase runtime with typed handlers, scheduling policies, cancellation, snapshots, and bounded history.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add usecase_forge

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

dependencies:
  usecase_forge: ^0.1.0-dev.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:usecase_forge/usecase_forge.dart';
0
likes
0
points
244
downloads

Documentation

Documentation

Publisher

verified publisherarktelos.dev

Weekly Downloads

A pure Dart command-driven UseCase runtime with typed handlers, scheduling policies, cancellation, snapshots, and bounded history.

Homepage
Repository (GitLab)
View/report issues

Topics

#architecture #concurrency #state-management #use-case

License

unknown (license)

More

Packages that depend on usecase_forge