notification_reactor 0.0.3+1 copy "notification_reactor: ^0.0.3+1" to clipboard
notification_reactor: ^0.0.3+1 copied to clipboard

For DIY engineers! Define your own reaction by Push Notification (via APNs (iOS) / FirebaseCloudMessaging (Android)).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notification_reactor

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

dependencies:
  notification_reactor: ^0.0.3+1

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

Import it

Now in your Dart code, you can use:

import 'package:notification_reactor/notification_reactor.dart';
3
likes
40
pub points
1%
popularity

Publisher

unverified uploader

For DIY engineers! Define your own reaction by Push Notification (via APNs (iOS) / FirebaseCloudMessaging (Android)).

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on notification_reactor