Tomas Verhelst
Tomas Verhelst
@ChikinDeveloper @josh-burton would `dynamic` be preferred over `String`?
Can you guys try out this branch: https://github.com/RootSoft/walletconnect-dart-sdk/tree/feature/dynamic-chainid ``` walletconnect_dart: git: url: git://github.com/RootSoft/walletconnect-dart-sdk.git ref: feature/dynamic-chainid ``` A solana integration provider would be helpful as well: https://github.com/RootSoft/walletconnect-dart-sdk/blob/master/lib/src/providers/ethereum_walletconnect_provider.dart
@josh-burton Can you try out the following branch: https://github.com/RootSoft/walletconnect-dart-sdk/tree/feature/string-chainid ``` walletconnect_dart: git: url: git://github.com/RootSoft/walletconnect-dart-sdk.git ref: feature/string-chainid ``` This branch contains the chain id as a string. Some wallets sends the...
You can interact the same way like any other dapp. The walletconnect_dart sdk can both function as a wallet and dapp. In the dapp, you have to generate a QR...
Thanks for the update to V1! I'll try to test & merge it shortly
@jeemoney Thank for the feedback. I'll try to find some time to reproduce and fix this
@felangel Having the exact same issue with using `go_router` and deep linking. As soon as I open a screen that uses `flow_builder`, deep linking stops works because `flow_builder` overrides the...
@yakubmoris Currently running into the same situation. In my case, the code to generate and store an EncryptionKey (using `FlutterSecureStorage`) is running multiple times because I provided it to multiple...
@BestSilverTiger Can you tell me a bit more about your problem? I'm not really understanding the question
I don't see to have any problems on my web dapp example: https://sooq.art. Can you elaborate a bit more? Is this only on ios? (there's a lot of background restrictions...