continuum_event_sourcing 5.3.0 copy "continuum_event_sourcing: ^5.3.0" to clipboard
continuum_event_sourcing: ^5.3.0 copied to clipboard

Event sourcing persistence strategy for Continuum — event store, serialization, projections, and aggregate replay.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add continuum_event_sourcing

With Flutter:

 $ flutter pub add continuum_event_sourcing

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

dependencies:
  continuum_event_sourcing: ^5.3.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:continuum_event_sourcing/continuum_event_sourcing.dart';
1
likes
130
points
222
downloads

Publisher

verified publisherzooper.dev

Weekly Downloads

Event sourcing persistence strategy for Continuum — event store, serialization, projections, and aggregate replay.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

continuum, continuum_uow, meta, zooper_flutter_core

More

Packages that depend on continuum_event_sourcing