Skip to content

solid-anatolyeva/flutter_notification_settings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

Languages

  • Ruby 32.4%
  • Objective-C 24.7%
  • Java 24.7%
  • Dart 18.2%