Skip to content

Commit

Permalink
bump linux plugin's Flutter version requirement to 3.0.0 and add expl…
Browse files Browse the repository at this point in the history
…icit ffi dependency (#1812)
  • Loading branch information
MaikuB committed Nov 26, 2022
1 parent 9e02bb5 commit a923fc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions flutter_local_notifications_linux/CHANGELOG.md
@@ -1,3 +1,8 @@
## [3.0.0]

* Updated minimum Flutter version to 3.0.0. Note that technically this was already a requirement by `flutter_local_notifications_linux` 2.0.0 as `ffi` 2.0.0 requires Dart 2.17 at a minimum and that shipped with Flutter 3.0.0
* Added explicit `ffi` dependency that plugin was already using

## [2.0.0]

* Bumped `dbus` dependency
Expand Down
9 changes: 5 additions & 4 deletions flutter_local_notifications_linux/pubspec.yaml
@@ -1,13 +1,14 @@
name: flutter_local_notifications_linux
description: Linux implementation of the flutter_local_notifications plugin
version: 2.0.0
version: 3.0.0
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications

dependencies:
dbus: ^0.7.8
ffi: ^2.0.1
flutter:
sdk: flutter
flutter_local_notifications_platform_interface: ^6.0.0
dbus: ^0.7.8
path: ^1.8.0
xdg_directories: ^0.2.0+1

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

environment:
sdk: ">=2.15.0 <3.0.0"
flutter: ">=2.8.0"
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"

0 comments on commit a923fc6

Please sign in to comment.