continuum_event_sourcing 5.3.0
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_sourcingWith Flutter:
$ flutter pub add continuum_event_sourcingThis 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.0Alternatively, 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';