Skip to content

Commit

Permalink
bump minimum flutter sdk to 2.8 and minimum dart sdk to 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Sep 3, 2022
1 parent 114eab1 commit 5645eb0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions flutter_local_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [10.0.0-dev.22]

* Updated minimum Flutter version to 2.8 as that aligns with the minimum Dart SDK version of 2.1.5 required by one of `flutter_local_notifications_linux`'s dependencies (dbus)
* Includes changes from 9.9.1

# [10.0.0-dev.21]

* Includes changes from 9.9.0
Expand Down
6 changes: 3 additions & 3 deletions flutter_local_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 10.0.0-dev.21
version: 10.0.0-dev.22
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications

dependencies:
Expand Down Expand Up @@ -35,5 +35,5 @@ flutter:
default_package: flutter_local_notifications_linux

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.2.0"
sdk: ">=2.15.0 <3.0.0"
flutter: ">=2.8.0"
4 changes: 4 additions & 0 deletions flutter_local_notifications_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.0-dev.4]

* Updated minimum Flutter version to 2.8 to align with the minimum Dart SDK version of 2.1.5 required by dbus

## [1.0.0-dev.3]

* Includes changes from the 0.5.1 stable release
Expand Down
6 changes: 3 additions & 3 deletions flutter_local_notifications_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_local_notifications_linux
description: Linux implementation of the flutter_local_notifications plugin
version: 1.0.0-dev.3
version: 1.0.0-dev.4
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications

dependencies:
Expand All @@ -17,5 +17,5 @@ dev_dependencies:
mocktail: ^0.3.0

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.2.0"
sdk: ">=2.15.0 <3.0.0"
flutter: ">=2.8.0"

0 comments on commit 5645eb0

Please sign in to comment.