flutter_notification_wrapper 1.0.0-beta.1 copy "flutter_notification_wrapper: ^1.0.0-beta.1" to clipboard
flutter_notification_wrapper: ^1.0.0-beta.1 copied to clipboard

A unified interface over Firebase Cloud Messaging and AwesomeNotifications with background handling, action buttons, scheduling, grouping, badges and channel configuration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_notification_wrapper

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

dependencies:
  flutter_notification_wrapper: ^1.0.0-beta.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:flutter_notification_wrapper/flutter_notification_wrapper.dart';
1
likes
150
points
51
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A unified interface over Firebase Cloud Messaging and AwesomeNotifications with background handling, action buttons, scheduling, grouping, badges and channel configuration.

Homepage
Repository (GitHub)
View/report issues

Topics

#notifications #firebase #messaging #push-notifications #awesome-notifications

License

MIT (license)

Dependencies

awesome_notifications, firebase_core, firebase_messaging, flutter, meta

More

Packages that depend on flutter_notification_wrapper