native_notify 0.0.17 copy "native_notify: ^0.0.17" to clipboard
native_notify: ^0.0.17 copied to clipboard

Flutter Push Notifications made simple. Setup and send your first Flutter push notification in under 5 minutes. The native_notify package does NOT require Firebase to work.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_notify

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

dependencies:
  native_notify: ^0.0.17

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:native_notify/native_notify.dart';
24
likes
110
pub points
74%
popularity

Publisher

verified publishernativenotify.com

Flutter Push Notifications made simple. Setup and send your first Flutter push notification in under 5 minutes. The native_notify package does NOT require Firebase to work.

Homepage

Documentation

API reference

License

Unlicense (LICENSE)

Dependencies

awesome_notifications, firebase_core, firebase_messaging, flutter, http, plain_notification_token, shared_preferences

More

Packages that depend on native_notify