Skip to content

Rename lint into lintOptions #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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