
Request notification permissions and customise the permissions being requested around displaying notifications.Ability to check if notifications are enabled.Retrieve the list of active notifications.Ability to create and delete notification channels.Configure notification visibility on the lockscreen.
ANDROID STUDIO DESIGN NOT SHOWING ANDROID
While media playback control using a MediaSession.Token is not supported, with this style you let Android treat the largeIcon bitmap as album artwork.Support for the following notification styles.Formatting notification content via HTML markup.The icon can be a drawable or a file on the device Configure the large icon for each notification.Configure the icon for each notification (overrides the default when specified).Configure the default icon for all notifications.Customising the vibration pattern for notifications.Request permission to show notifications.Determine if an app was launched due to tapping on a notification.Ability to handle when a user has tapped on a notification, when the app is in the foreground, background or is terminated.Cancelling/removing notification by id or all of them.Retrieve a list of pending notification requests that have been scheduled to be shown in the future.Schedule a notification to be shown weekly on a specified day and time.Schedule a notification to be shown daily at a specified time.Periodically show a notification (interval based).Scheduling when notifications should appear.Mockable (plugin and API methods aren't static).Uses the Desktop Notifications Specification. Notification actions only work on macOS 10.14 or newer The UserNotification APIs (aka the User Notifications Framework) is used on macOS 10.14 or newer. On macOS versions older than 10.14, the plugin will use the NSUserNotification APIs. Notification actions only work on iOS 10 or newer. The UserNotification APIs (aka the User Notifications Framework) is used on iOS 10 or newer.

On iOS versions older than 10, the plugin will use the UILocalNotification APIs.

Uses the NotificationCompat APIs so it can be run older Android devices

Requesting permissions on Android 13 or higher.Scheduled notifications and daylight saving time.A cross platform plugin for displaying local notifications.
