Skip to content

Commit

Permalink
updated timezone dependency (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Apr 5, 2021
1 parent c8816e3 commit c0087bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flutter_local_notifications/CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

* 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

# [5.0.0]

Expand Down
2 changes: 1 addition & 1 deletion flutter_local_notifications/pubspec.yaml
Expand Up @@ -10,7 +10,7 @@ dependencies:
sdk: flutter
flutter_local_notifications_platform_interface: ^3.0.0
platform: ^3.0.0
timezone: ^0.7.0-nullsafety.0
timezone: ^0.7.0

dev_dependencies:
flutter_driver:
Expand Down

0 comments on commit c0087bc

Please sign in to comment.