
Settings such as priority ( Importance) set for notification channels apply to individual notifications even on Android versions prior to 8.0. On older Android versions, this package emulates notification channel behavior. Notification channels are only supported on Android 8.0 Oreo and above.

Supports Android 4.4 (API 19) and iOS 10 or above.Įvery local notification must belong to a notification channel.Group notifications into threads (only supported on iOS 12+).Modify remote notification content if the device receives notifications from other apps while your app is running.Use the Apple Push Notification Service (APNs) to receive remote notifications.

Preserve notifications when the device restarts.Create and modify notification channels (categories) on Android Oreo and above.Cancel already displayed and upcoming (scheduled) notifications.Schedule local one-time or repeatable notifications.This package supports the following features:

You can download a sample Project which implements a high-level wrapper that you can use to send notifications to both Android and iOS with the same API from our GitHub page, or see the code samples below. These can be used to schedule and manage notifications for their respective platforms. The runtime API is split into two parts: AndroidNotificationCenter and iOSNotificationCenter.
