flutter_local_notifications_windows 2.0.0-dev.2 copy "flutter_local_notifications_windows: ^2.0.0-dev.2" to clipboard
flutter_local_notifications_windows: ^2.0.0-dev.2 copied to clipboard

PlatformWindows

Windows implementation of the flutter_local_notifications plugin

2.0.0-dev.2 #

  • Bumped ffigen and 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 details parameter from the zonedScheduleRawXml() method as it was not actually used. Thanks to the PR from Levi Lesches
  • Added flutter_lints to 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 #

  • Fixed issue #2648 where non-ASCII characters in the notification payload were not being handled properly. Thanks to the PR from yoyoIU

1.0.1 #

  • Fixed issue #2651 where unresolved symbols occurred with changes in introduced in newer Windows SDKs. Thanks to the PR from Sebastien

1.0.0 #