You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this error when run on android after I migrate to latest gradle
Expected results
can run on android
Actual results
got error
Package Version
4.8.0
Platform
Android
Code sample
Code sample
[Paste your code here]
Logs
Logs
[ +3 ms] FAILURE: Build failed with an exception.[ +1 ms] * What went wrong:[ ] A problem occurred configuring project ':flutter_keyboard_visibility'.[ ] > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.[ ] > Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
The text was updated successfully, but these errors were encountered:
It's easily solvable try and use dependency_override with flutter_keyboard_visibility's latest version. If that doesn't help, add/replace this code in your project/android/build.gradle file,
Steps to reproduce
Got this error when run on android after I migrate to latest gradle
Expected results
can run on android
Actual results
got error
Package Version
4.8.0
Platform
Android
Code sample
Code sample
[Paste your code here]
Logs
Logs
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]The text was updated successfully, but these errors were encountered: