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

outdated

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

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
0
pub points
72%
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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

awesome_notifications, background_fetch, flutter, http, shared_preferences

More

Packages that depend on native_notify