watermelon_mediator 0.0.3 copy "watermelon_mediator: ^0.0.3" to clipboard
watermelon_mediator: ^0.0.3 copied to clipboard

A pure dart package to use the Mediator design pattern in all dart projects, specially flutter mobile apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add watermelon_mediator

With Flutter:

 $ flutter pub add watermelon_mediator

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

dependencies:
  watermelon_mediator: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:watermelon_mediator/watermelon_mediator.dart';
0
likes
0
pub points
23%
popularity

Publisher

verified publishergoldcherry.app

A pure dart package to use the Mediator design pattern in all dart projects, specially flutter mobile apps.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on watermelon_mediator