eventuous 0.0.11 eventuous: ^0.0.11 copied to clipboard
A lightweight and open-souce Event Sourcing library for Dart.
// import 'package:eventuous/eventuous.dart';
//
// void main() {
// var awesome = Awesome();
// print('awesome: ${awesome.isAwesome}');
// }