notification_permission 0.1.0 copy "notification_permission: ^0.1.0" to clipboard
notification_permission: ^0.1.0 copied to clipboard

Flutter plugin to check if the user granted a permission to show notifications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notification_permission

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

dependencies:
  notification_permission: ^0.1.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:notification_permission/notification_permission.dart';
0
likes
30
pub points
34%
popularity

Publisher

unverified uploader

Flutter plugin to check if the user granted a permission to show notifications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on notification_permission