core_event_sourced 0.1.0 copy "core_event_sourced: ^0.1.0" to clipboard
core_event_sourced: ^0.1.0 copied to clipboard

structures and behavioral support for building event-sourced applications

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add core_event_sourced

With Flutter:

 $ flutter pub add core_event_sourced

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

dependencies:
  core_event_sourced: ^0.1.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:core_event_sourced/core_event_sourced.dart';
0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

structures and behavioral support for building event-sourced applications

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, bloc, bloc_concurrency, collection, core_entry, core_entry_store, debounce_throttle, directed_graph, freezed_annotation, json_annotation, logging

More

Packages that depend on core_event_sourced