Skip to content

Releases: MaikuB/flutter_local_notifications

flutter_local_notifications-v5.0.0+1

05 Apr 10:15
c0087bc
Compare
Choose a tag to compare
  • Add link to explanation of the onDidReceiveLocalNotification callback to the initialisation section of the readme
  • Updated testing section to clarify behaviour on platforms that aren't supported
  • Updated timezone dependency

flutter_local_notifications_platform_interface-v3.0.0

20 Mar 08:35
Compare
Choose a tag to compare

flutter_local_notifications-v5.0.0

20 Mar 08:49
99407d9
Compare
Choose a tag to compare
  • Breaking change migrated to null safety. Some arguments that were formerly null (e.g. some boolean values) are now non-nullable with a default value that should retain the old behaviour

flutter_local_notifications-v4.0.1+2

07 Mar 03:31
ac730a0
Compare
Choose a tag to compare
  • [iOS/macOS] fixed issue where not requesting any permissions (i.e. all the boolean flags were set to false) would still cause a permissions prompt to appear. Thanks to the PR from Andrey Parvatkin

flutter_local_notifications_platform_interface-v3.0.0.nullsafety.4

  • Revert change on mockito version requirement to point to last null safety prerelease (5.0.0-nullsafety.7) as 5.0.0 causes conflicts with flutter_driver

flutter_local_notifications_platform_interface-v3.0.0.nullsafety.3

  • Updated plugin_platform_interface version requirement
  • Updated mockito version requirement

flutter_local_notifications-v5.0.0-nullsafety.1

07 Mar 06:53
Compare
Choose a tag to compare
  • Updated flutter_local_notifications_platform_interface version requirement
  • Includes changes from 4.0.1+2

flutter_local_notifications_platform_interface-v3.0.0.nullsafety.2

  • Fix PendingNotificationRequest class so that title, body and payload are nullable

flutter_local_notifications-v5.0.0-nullsafety.0

27 Feb 09:43
Compare
Choose a tag to compare
  • Breaking change migrated to null safety. Some arguments that were formerly null (e.g. some boolean values) are now non-nullable with a default value that should retain the old behaviour

flutter_local_notifications-v4.0.1+1

22 Feb 08:57
c21506b
Compare
Choose a tag to compare
  • Fixed typo in readme around the note relating to version 4.0 of the plugin where onSelectNotification will not be triggered when an app is launched by tapping on a notification