mediator 0.1.0+2 copy "mediator: ^0.1.0+2" to clipboard
mediator: ^0.1.0+2 copied to clipboard

Dart 1 only

Component implements the Mediator pattern in a simple and effective way to make your projects extensible.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mediator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mediator: ^0.1.0+2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mediator/mediator.dart';
0
likes
30
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Component implements the Mediator pattern in a simple and effective way to make your projects extensible.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on mediator