flutter_local_notifications_windows 2.0.0-dev.3
flutter_local_notifications_windows: ^2.0.0-dev.3 copied to clipboard
Windows implementation of the flutter_local_notifications plugin
2.0.0-dev.3 #
- Breaking changes the positional parameters in the following methods have now been converted to named parameters
initialize()show()showRawXml()periodicallyShow()periodicallyShowWithDuration()cancel()zonedSchedule()zonedScheduleRawXml()
- Breaking changes to align with the main the plugin, the following parameters have been renamed
- the
detailsparameter in theshow()andzonedSchedule()methods has been renamed tonotificationDetails - the
onNotificationReceivedin theinitialize()method has been renamed toonDidReceiveNotificationResponse
- the
2.0.0-dev.2 #
- Bumped
ffigenand regenerated bindings. Credits to Levi Lesches who originally looked at this before the plugin had its minimum Flutter version bumped
2.0.0-dev.1 #
- Breaking change removed the
detailsparameter from thezonedScheduleRawXml()method as it was not actually used. Thanks to the PR from Levi Lesches - Added
flutter_lintsto apply linter rules
1.0.3 #
- Fixed issue where non-ASCII characters for the notification application name weren't being displayed properly. Thanks to the PR from yoyoIU
1.0.2 #
1.0.1 #
1.0.0 #
- Initial release for Windows. Thanks to PR Levi Lesches that continued the work done initially done by Kenneth and lightrabbit