notification_permissions 0.6.1 copy "notification_permissions: ^0.6.1" to clipboard
notification_permissions: ^0.6.1 copied to clipboard

A plugin to check and ask for notification permissions on Android and iOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notification_permissions

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

dependencies:
  notification_permissions: ^0.6.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:notification_permissions/notification_permissions.dart';
112
likes
120
pub points
98%
popularity

Publisher

verified publishergpalma.pt

A plugin to check and ask for notification permissions on Android and iOS

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on notification_permissions