notify_me 0.0.1
notify_me: ^0.0.1 copied to clipboard
The Notify Me SDK is an Flutter plugin designed to simplify integration with our hosted notification system. With this SDK, developers can easily send and manage push notifications from their Android [...]
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.0.1Alternatively, 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';