- [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(), 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.