Tomas Verhelst

Results 35 comments of Tomas Verhelst

@ueman thanks for this wonderful package. I seem to be having some navigational issues as well. I'm using a combination of `reactive_forms`, `flow_builder` and `fluro` in my app which uses...

Can confirm as well. Downgrading to 4.0.4 or removing the timeout options resolves the issue.

I'll move and update the package very soon. Sorry for the delay!

Hi @jpage4500, unfortunately I have been quite inactive with this project as I have been very busy with private projects. I've noticed this project have seen a lot of traction...

We would like to see this being added as well. Since `v2/accounts/` has been disabled on AlgoExplorers `algod` endpoints, some users of the dart-sdk have been requesting the `min-balance` on...

@JimmyTai @benjamin-tang-pusher Any updates on this? This has been a pain in the ass when developing. Maybe a `dispose` method that can be called before initialization after a hot reload...

1. Update your Xcode to the latest version (mine is 15.3) 2. Install and use the latest iOS version for your simulator (mine is 17.4) 3. Run `flutter doctor` and...

A transaction sending an [ERC-20](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md) token needs to have the token contract as the recipient (the to field), and the data field containing encoded instructions to execute its transfer() function...

@LongTien15 You can try and write your own `sendTransaction` and play with the values using `sendCustomRequest` ```dart Future sendTransaction({ required String from, String? to, Uint8List? data, int? gas, BigInt? gasPrice,...

Thanks for the PR @josh-burton Do you have an idea which blockchain uses a string as chainId? The official monorepo uses a number: [ private _chainId = 0;](https://github.com/WalletConnect/walletconnect-monorepo/blob/5abbf2494782f7dd4c6d10e0afab1815524d2e07/packages/clients/core/src/index.ts#L98)