notify_me 0.9.3 copy "notify_me: ^0.9.3" to clipboard
notify_me: ^0.9.3 copied to clipboard

PlatformAndroid

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_me

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

dependencies:
  notify_me: ^0.9.3

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:notify_me/notify_me.dart';
2
likes
150
points
5
downloads

Publisher

verified publisherinferno-team.cloud

Weekly Downloads

Notify Me SDK is an Flutter plugin designed to simplify integration with our hosted notification system

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on notify_me

Packages that implement notify_me