Skip to content
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

flutter_keyboard_visibility does not work with Android Gradle Plugin 8+ #151

Open
derekpitts28 opened this issue Mar 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@derekpitts28
Copy link

Will get an error if you try to run in a project with AGP 8+: "Namespace not specified. Specify a namespace in the module's build file"

@derekpitts28 derekpitts28 added the enhancement New feature or request label Mar 12, 2024
@3bdelr7man996
Copy link

3bdelr7man996 commented Jun 3, 2024

open flutter_keyboard_visibility package in local gradle cache

Locate the package attribute in your AndroidManifest.xml files. This is typically found in the android/app/src/main/AndroidManifest.xml file

Open build.gradle file and add the namespace property to the android block. The value should match the package attribute from your AndroidManifest.xml.

After adding the namespace property in the build.gradle file, remove the package attribute from your AndroidManifest.xml.
worked with me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants