android_notifications 1.0.0 copy "android_notifications: ^1.0.0" to clipboard
android_notifications: ^1.0.0 copied to clipboard

A Flutter plugin for managing notification on Android Platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add android_notifications

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

dependencies:
  android_notifications: ^1.0.0

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:android_notifications/android_notifications.dart';
0
likes
40
pub points
0%
popularity

Publisher

verified publishernikeo.cn

A Flutter plugin for managing notification on Android Platform.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, meta, platform

More

Packages that depend on android_notifications