eventuous 0.0.6 copy "eventuous: ^0.0.6" to clipboard
eventuous: ^0.0.6 copied to clipboard

outdated

A lightweight and open-souce Event Sourcing library for Dart.

example/example.dart

// import 'package:eventuous/eventuous.dart';
//
// void main() {
//   var awesome = Awesome();
//   print('awesome: ${awesome.isAwesome}');
// }