Skip to content

Commit

Permalink
android: update flutter_plugin_android_lifecycle to 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
yosemiteyss committed Nov 1, 2023
1 parent 1c262d8 commit 24f9613
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.1
* Update minimum dart sdk version to 2.19.0.
* Android: update `flutter_plugin_android_lifecycle` to 2.0.17.

## 1.3.0
* iOS: fix volume slider not shown when pressing physical buttons after `showSystemUI` is reset.
* Deprecated: `showSystemUI` setter is deprecated and migrated to `updateShowSystemUI`.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version: 1.3.0
homepage: https://github.com/yosemiteyss/flutter_volume_controller

environment:
sdk: ">=2.17.6 <4.0.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.9
flutter_plugin_android_lifecycle: ^2.0.17

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 24f9613

Please sign in to comment.