Update minimum version of flutter_keyboard_visibility

pull/1653/head
Ellet 1 year ago
parent 4edaf84945
commit 40b06cfc85
  1. 3
      CHANGELOG.md
  2. 2
      pubspec.yaml

@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## 9.1.2
* Require minimum version `6.0.0` of `flutter_keyboard_visibility` to fix some build issues with Android Gradle Plugin 8.2.0
## 9.1.1
* Require `super_clipboard` minimum version `0.8.1` to fix some bug with Linux build failure

@ -59,7 +59,7 @@ dependencies:
# Plugins
url_launcher: ^6.1.14
flutter_keyboard_visibility: ^5.4.1
flutter_keyboard_visibility: ^6.0.0
device_info_plus: ^9.1.0
super_clipboard: ^0.8.1

Loading…
Cancel
Save