github MaikuB/flutter_local_notifications flutter_local_notifications-v19.0.0-dev.4

latest releases: flutter_local_notifications-v19.5.0, flutter_local_notifications-v19.4.2, flutter_local_notifications_windows-v1.0.3...
pre-release10 months ago
  • [Windows] Breaking change Reworked the APIs around custom images and audio. Check the updated example for more details, but in short:
    • Instead of WindowsNotificationAudio.fromFile(), use WindowsNotificationAudio.asset()
    • Instead of WindowsImage.file(), use WindowsImage(). See the docs for what URIs are supported
  • [Windows] Added MsixUtils.hasPackageIdentity() and MsixUtils.assetUri(). You shouldn't need to use .assetUri() directly, but it may be helpful to check .hasPackageIdentity() to know what features your application can support.
  • [Windows] Added FlutterLocalNotificationsWindows.isValidXml() for testing raw XML.

Don't miss a new flutter_local_notifications release

NewReleases is sending notifications on new releases.