github MaikuB/flutter_local_notifications flutter_local_notifications-v22.2.0

5 hours ago
  • [Android][iOS][macOS] added support for callbacks to fire when a notification has been dismissed. This requires opting in by where the key requirements is to make use of the dismissIsolate property added to the AndroidNotificationDetails and DarwinNotificationDetails class. This indicates which isolate should be used to handle when a notification has been dismissed. Note on macOS, there is no support for background isolates so callback will always fire on the main isolate despite what is specified. Please see example app for more details on how to set up handling dismissals. Thanks to the PR from from Vasily Laushkin
  • [iOS] fixed issue #2807 where the manifest for SPM incorrectly declared the minimum iOS version is 11 when it should have been 13. Thanks to the PR from Bizzwell

Don't miss a new flutter_local_notifications release

NewReleases is sending notifications on new releases.