Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.01 KB

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.