From b2af18ab302c47560b44b6c4b7196e1484231f80 Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:23:44 +1100 Subject: [PATCH 1/3] bumped http dependency in example app --- flutter_local_notifications/example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_local_notifications/example/pubspec.yaml b/flutter_local_notifications/example/pubspec.yaml index 57dfa6023..ac49ed532 100644 --- a/flutter_local_notifications/example/pubspec.yaml +++ b/flutter_local_notifications/example/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter_local_notifications: path: ../ flutter_timezone: ^1.0.4 - http: ^0.13.4 + http: ^1.2.2 image: ^3.0.8 path_provider: ^2.0.0 From 4c2a664f6f3077b7bcd50cb78f3e4bf8d1291df0 Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:23:52 +1100 Subject: [PATCH 2/3] prepare for 18.0.1 release --- flutter_local_notifications/CHANGELOG.md | 5 +++++ flutter_local_notifications/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/flutter_local_notifications/CHANGELOG.md b/flutter_local_notifications/CHANGELOG.md index 09d4ad066..ee9726544 100644 --- a/flutter_local_notifications/CHANGELOG.md +++ b/flutter_local_notifications/CHANGELOG.md @@ -1,3 +1,8 @@ +## [18.0.1] + +* Added upper bound constraints for [timezone](https://pub.dev/packages/timezone) dependency. Future releases may bump the minimum `timezone` dependency but this approach is being used at the moment as version 0.10.0 of the time `timezone` package introduces a dependency on `http` package. Directly bumping the `flutter_local_notifications` dependency on `timezone` could have introduced dependency conflicts +* Bumped `http` dependency in example app + ## [18.0.0] * **Breaking changes** Bumped minimum Flutter SDK requirement to 3.13. Consequently the minimum OS requirements for each platform has been updated as well diff --git a/flutter_local_notifications/pubspec.yaml b/flutter_local_notifications/pubspec.yaml index 65e7b12c6..b9f3ca501 100644 --- a/flutter_local_notifications/pubspec.yaml +++ b/flutter_local_notifications/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_local_notifications description: A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform. -version: 18.0.0 +version: 18.0.1 homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications issue_tracker: https://github.com/MaikuB/flutter_local_notifications/issues From 421477a079ba6c3ebe4040959a99ec72ab3a7f53 Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:27:09 +1100 Subject: [PATCH 3/3] Revert "bumped http dependency in example app" This reverts commit b2af18ab302c47560b44b6c4b7196e1484231f80. --- flutter_local_notifications/example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_local_notifications/example/pubspec.yaml b/flutter_local_notifications/example/pubspec.yaml index ac49ed532..57dfa6023 100644 --- a/flutter_local_notifications/example/pubspec.yaml +++ b/flutter_local_notifications/example/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter_local_notifications: path: ../ flutter_timezone: ^1.0.4 - http: ^1.2.2 + http: ^0.13.4 image: ^3.0.8 path_provider: ^2.0.0