Can't run the App due to isar_flutter_libs namespace issue #19
eslamfaisal
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
❌ Build Failure:
package="..."attribute in AndroidManifest.xml is no longer supported inisar_flutter_libs🐞 Bug Report
Package:
isar_flutter_libsVersion:
3.1.0+1When building a Flutter project, the build fails due to the deprecated usage of the
package="..."attribute in the library'sAndroidManifest.xml.🧪 Environment
assembleProductionDebug❌ Error Message
📌 Suggested Fix
Please remove the following line from the AndroidManifest.xml:
📍 Location:
The
packageattribute is no longer allowed for setting the namespace in Android library modules. The correct approach is to define thenamespacein the module-levelbuild.gradlefile as per Android Gradle Plugin (AGP) requirements.More info: https://developer.android.com/build/migrate-to-namespace
✅ Expected Behavior
The package should build cleanly without any manifest-related errors under modern AGP versions.
🙏 Request
Kindly update the package and push a new release that removes the
packageattribute from the manifest. This change will prevent broken builds and unnecessary manual patching or forking.Thanks a lot for the great work on Isar! 🙌
Beta Was this translation helpful? Give feedback.
All reactions