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

PlatformAndroid

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

Publisher

verified publisherinferno-team.cloud

Weekly Downloads

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 applications.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on notify_me

Packages that implement notify_me