dart_mediator 0.2.0 copy "dart_mediator: ^0.2.0" to clipboard
dart_mediator: ^0.2.0 copied to clipboard

A simple yet highly configurable Mediator implementation that allows sending requests and publishing events.

0.2.0 #

  • RequestManager.send now only accepts a single generic argument, TResponse, which is the type of the response body. The TRequest type argument has been removed. The type of the Response will be inferred based on the given Request<Response> (#3)

0.1.1 #

  • Add registerFactory and registerFunction methods to RequestManager.

0.1.0 #

  • Initial version.
4
likes
0
pub points
60%
popularity

Publisher

verified publishermatthiware.be

A simple yet highly configurable Mediator implementation that allows sending requests and publishing events.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta

More

Packages that depend on dart_mediator