flutter_local_notifications_windows 1.0.0-dev.3
flutter_local_notifications_windows: ^1.0.0-dev.3 copied to clipboard
Windows implementation of the flutter_local_notifications plugin
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(), useWindowsNotificationAudio.asset() - Instead of
WindowsImage.file(), useWindowsImage(). See the docs for what URIs are supported
- Instead of
- [Windows] Added
MsixUtils.hasPackageIdentity()andMsixUtils.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 #
- Initial prerelease for Windows. Thanks to PR Levi Lesches that continued the work done initially done by Kenneth andlightrabbit