continuum 3.2.0
continuum: ^3.2.0 copied to clipboard
An event sourcing library for Dart with code generation support.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add continuumWith Flutter:
$ flutter pub add continuumThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
continuum: ^3.2.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/continuum.dart';