flutter_local_notifications_windows 1.0.0-dev.4 copy "flutter_local_notifications_windows: ^1.0.0-dev.4" to clipboard
flutter_local_notifications_windows: ^1.0.0-dev.4 copied to clipboard

Windows implementation of the flutter_local_notifications plugin

1.0.0-dev.4 #

  • Breaking change bumped minimum Flutter SDK requirement to 3.22.0 and Dart SDK requirement to 3.4.0

1.0.0-dev.3 #

  • 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.

1.0.0-dev.2 #

  • Fixed an issue that happens with MSIX app builds. Thanks to PR from Levi Lesches

1.0.0-dev.1 #