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;
copied to clipboard

For checking your Android Version just add to your code:

String androidVersion = await FlutterNotificationSettings.platformVersion;
copied to clipboard

Current issues #

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

3
likes
20
points
23
downloads

Publisher

verified publishersolid.software

Weekly Downloads

2024.09.16 - 2025.03.31

A new Flutter project.

Repository (GitHub)

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_notification_settings