flutter_notification_settings 0.0.1 copy "flutter_notification_settings: ^0.0.1" to clipboard
flutter_notification_settings: ^0.0.1 copied to clipboard

A new Flutter project.

Flutter Notification Settings #

This plugin allows you to check if notifications are enabled on your device.

To learn more about the notifications, follow the link: for Android and for iOS.

Getting started #

To check if notifications are enabled just copy this code or follow example:

bool isNotificationsEnabled = await FlutterNotificationSettings.notificationsEnabled;

For checking your Android Version just add to your code:

String androidVersion = await FlutterNotificationSettings.platformVersion;

Current issues #

Current issues list is here.
Found a bug? Open the issue.