Skip to content

Commit d1ee43d

Browse files
authored
[flutter_local_notifications] prepare for 18.0.1 release (#2451)
* bumped http dependency in example app * prepare for 18.0.1 release * Revert "bumped http dependency in example app" This reverts commit b2af18a.
1 parent e5e9b51 commit d1ee43d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

flutter_local_notifications/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [18.0.1]
2+
3+
* 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
4+
* Bumped `http` dependency in example app
5+
16
## [18.0.0]
27

38
* **Breaking changes** Bumped minimum Flutter SDK requirement to 3.13. Consequently the minimum OS requirements for each platform has been updated as well

flutter_local_notifications/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_local_notifications
22
description: A cross platform plugin for displaying and scheduling local
33
notifications for Flutter applications with the ability to customise for each
44
platform.
5-
version: 18.0.0
5+
version: 18.0.1
66
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications
77
issue_tracker: https://github.com/MaikuB/flutter_local_notifications/issues
88

0 commit comments

Comments
 (0)