notify_me 0.9.3
notify_me: ^0.9.3 copied to clipboard
Notify Me SDK is an Flutter plugin designed to simplify integration with our hosted notification system
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add notify_meThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
notify_me: ^0.9.3Alternatively, 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:notify_me/notify_me.dart';