Skip to content

Commit

Permalink
updated various plugins for prerelease (#2421)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB authored Oct 7, 2024
1 parent 28264a7 commit cc67070
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion flutter_local_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [vNext]
## [18.0.0-dev.1]

* **Breaking changes** Bumped minimum Flutter SDK requirement to 3.13. Consequently the minimum OS requirements for each platform has been updated as well
* [Android] minimum Android version is now 4.4 (API level 19)
Expand Down
4 changes: 2 additions & 2 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: 17.2.3
version: 18.0.0-dev.1
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications
issue_tracker: https://github.com/MaikuB/flutter_local_notifications/issues

Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
flutter_local_notifications_linux: ^4.0.1
flutter_local_notifications_platform_interface: ^7.2.0
flutter_local_notifications_platform_interface: ^8.0.0-dev.1
timezone: ^0.9.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion flutter_local_notifications_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [vNext]
## [5.0.0-dev.1]

* **Breaking change** Bumped minimum Flutter SDK requirement to 3.13

Expand Down
4 changes: 2 additions & 2 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: 4.0.1
version: 5.0.0-dev.1
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications

flutter:
Expand All @@ -16,7 +16,7 @@ dependencies:
ffi: ^2.0.1
flutter:
sdk: flutter
flutter_local_notifications_platform_interface: ^7.0.0
flutter_local_notifications_platform_interface: ^8.0.0-dev.1
path: ^1.8.0
xdg_directories: ">=0.2.0+1 <2.0.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [vNext]
## [8.0.0-dev.1]

* **Breaking change** Bumped minimum Flutter SDK requirement to 3.13

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_local_notifications_platform_interface
description: A common platform interface for the flutter_local_notifications plugin.
version: 7.2.0
version: 8.0.0-dev.1
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications_platform_interface

environment:
Expand Down

0 comments on commit cc67070

Please sign in to comment.