Describe the bug
I'm trying to run my application after adding the package to pubspecs.yaml.
the gradle exits with a build error described as below:
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.coinbase.flutter.wallet_sdk" from the source AndroidManifest.xml: C:\Users\username\AppData\Local\Pub\Cache\hosted\pub.dev\coinbase_wallet_sdk-1.0.9\android\src\main\AndroidManifest.xml.
I'm using android studio koala 2024.1.1 patch 1
with updated sdks
flutter doctor is as below:
[√] Flutter (Channel stable, 3.22.3, on Microsoft Windows [Version 10.0.22631.3880], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Chrome - develop for the web
[X] Visual Studio - develop Windows apps
X Visual Studio not installed; this is necessary to develop Windows apps.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[√] Android Studio (version 2024.1)
[√] VS Code (version 1.92.0)
[√] Connected device (4 available)
[√] Network resources
! Doctor found issues in 1 category.
the error is for coinbase sdk but I have not used the coinbase sdk as it is used on Web3ModalFlutter my project depends on it too.
I don't want to use coinbase wallet either is there a way to bypass this error?