zef_orchestration_core 2.0.0 copy "zef_orchestration_core: ^2.0.0" to clipboard
zef_orchestration_core: ^2.0.0 copied to clipboard

A dart library that provides a flexible and efficient way to handle and orchestrate requests using a command and query pattern.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zef_orchestration_core

With Flutter:

 $ flutter pub add zef_orchestration_core

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

dependencies:
  zef_orchestration_core: ^2.0.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:zef_orchestration_core/zef_orchestration_core.dart';
1
likes
160
pub points
58%
popularity

Publisher

verified publisherzooper.dev

A dart library that provides a flexible and efficient way to handle and orchestrate requests using a command and query pattern.

Homepage
Repository (GitHub)
View/report issues

Topics

#orchestration #cqrs #eventing #domain-driven-design #ddd

Documentation

API reference

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (license)

More

Packages that depend on zef_orchestration_core