Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions flutter_keyboard_visibility/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [5.4.4] - Jun 29, 2023
* Fixed compatibility with Gradle 7 Android projects.

## [5.4.3] - May 20, 2023
Thanks to fabricio-godoi for reporting this issue.

Expand Down
2 changes: 1 addition & 1 deletion flutter_keyboard_visibility/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
minSdkVersion 16
}

lint {
lintOptions {
disable 'InvalidPackage'
}

Expand Down
2 changes: 1 addition & 1 deletion flutter_keyboard_visibility/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_keyboard_visibility
description: Flutter plugin for discovering the state of the soft-keyboard visibility on Android and iOS.
version: 5.4.3
version: 5.4.4
homepage: https://github.com/MisterJimson/flutter_keyboard_visibility
repository: https://github.com/MisterJimson/flutter_keyboard_visibility

Expand Down