mediatr 0.2.1
mediatr: ^0.2.1 copied to clipboard
Dart mediatr package. Central mediator that allows sending requests, and publishing events.
0.0.1 #
- TODO: Describe initial release.
0.0.9 #
- Change error handler to be async
0.0.10 #
- Added example
0.0.11 #
- Update
0.0.12 #
- Fix analysis errors
0.0.13 #
- Convert to pure dart package
0.0.14 #
- Replace flutter_test, and flutter_lints with dart packages.
0.1.0 #
- Add dependabot, update either_dart package.
0.2.0 #
- Remove either package
0.2.1 #
- remove either_dart from dependencies by @bytes7bytes7 in https://github.com/GeorgopoulosGiannis/dart_mediatr/pull/3
- fixed typo and generic type parameter position to match original MediatR by @smjxpro in https://github.com/GeorgopoulosGiannis/dart_mediatr/pull/7
- add publish workflow by @GeorgopoulosGiannis in https://github.com/GeorgopoulosGiannis/dart_mediatr/pull/8
- Added flutter pub get by @GeorgopoulosGiannis in https://github.com/GeorgopoulosGiannis/dart_mediatr/pull/9