eventuous 0.1.1 eventuous: ^0.1.1 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}');
// }