Releases: MaikuB/flutter_local_notifications
Releases · MaikuB/flutter_local_notifications
flutter_local_notifications-v5.0.0+1
- 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
- Migrated to null safety
flutter_local_notifications-v5.0.0
- 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
- [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 withflutter_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
- 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 thattitle
,body
andpayload
are nullable
flutter_local_notifications-v5.0.0-nullsafety.0
- 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
- 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