flutter_svprogresshud
flutter_svprogresshud copied to clipboard
A clean and lightweight progress HUD for flutter app.
The mistake is as follows What went wrong: Execution failed for task ':flutter_svprogresshud:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action > Android resource linking failed ERROR:/Users/qqq/Desktop/app/build/flutter_svprogresshud/intermediates/merged_res/release/values/values.xml:194: AAPT: error: resource android:attr/lStar...
Hello, I meet this error,can you add namespace for AGP8 compatibility. A problem occurred configuring project ':flutter_svprogresshud'. > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. > Namespace not specified....
Fix: Added missing namespace in build.gradle for compatibility with Android Gradle Plugin (AGP) 7.0+
Hello, I encountered an issue when trying to build the project with the latest Android Gradle Plugin (AGP) version. The build failed due to a missing namespace declaration in the...