Skip to content

solid-software/flutter_notification_settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🔔Check if app notifications are enabled on your device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published