-
Notifications
You must be signed in to change notification settings - Fork 44
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
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported. Recommendation: remove package="com.coinbase.flutter.wallet_sdk" #162
Comments
Hello @nimashahahmadian! First time I see this error. Which version are you trying to install? |
hey @quetool thanks for the fast reply. |
But are you also installing coinable_wallet_sdk? |
no it's getting installed by the web3modal_flutter |
Yes, I thought you were installing it separately |
android manifest was like below:
i changed it to:
now the app runs but W3MConnectWalletButton is deactivated with grey color |
Can you share your pubspec.yml? |
here you go |
Allow me some time to investigate but honestly this seems to be an issue with your dependencies. If I were you I would start by reducing the amount of dependencies (do you really need them all?), they are really too much and will make it really hard to debug possible conflicts (not to mention maintaining your project). Also, you don't need these 3 together:
For Web3Modal you just need Could you please start a brand new project, install just So your dependencies in pubspec.yml in this new project should look like this:
|
Hello @nimashahahmadian, we are still discussing this with Coinbase team, did you try my last suggestion in the meantime? |
Hello @nimashahahmadian, could you try adding this in your pubspec file, then run
|
hey @quetool. |
Appreciate @nimashahahmadian! Let me know if I can be of help with anything else! |
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:
I'm using android studio koala 2024.1.1 patch 1
with updated sdks
flutter doctor is as below:
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?
The text was updated successfully, but these errors were encountered: