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.
To check if notifications are enabled just copy this code or follow example:
bool isNotificationsEnabled =awaitFlutterNotificationSettings.notificationsEnabled;For checking your Android Version just add to your code:
String androidVersion =awaitFlutterNotificationSettings.platformVersion;Current issues list is here.
Found a bug? Open the issue.