flutter_web3 icon indicating copy to clipboard operation
flutter_web3 copied to clipboard

Web3 Ethereum, Etherjs and Wallet Connect wrapper for Flutter Web.

Results 31 flutter_web3 issues
Sort by recently updated
recently updated
newest added

**I would like the possibility to use Walletlink** More info here: https://walletlink.org/#/

enhancement

I haven't found a solution to use metamask and walletconnect on android or ios.

invalid

Will close #10 - [x] Support **makerdao's** multicall. (https://github.com/makerdao/multicall) - [x] Add multicall ability to existing ERC20 contract. - [x] Add basic chain information as enum and extensions. - [...

enhancement

I'm trying to build a dart/Flutter web package for the Terra blockchain. I guess this package is more for EVM compatible web3 chains, so adding Terra support directly is unlikely....

invalid

I have a connect button that calls ```dart if (!wc.connected) { try { await wc.connect(); } catch (e) { if (e.toString() == 'Error: User closed modal') { return ErrorConnecting(ConnectingErrors.userCancelled); }...

I would like to be able to access Polkadot wallet chrome extensions in Flutter Web. I have considered porting the [Polkadot Extension](https://github.com/polkadot-js/extension) NPM package, or somehow using it in Flutter...

invalid

**Is your feature request related to a problem? Please describe.** In modal list I like to add custom wallet, but can't now **Describe the solution you'd like** provide a custom...

enhancement

I keep getting strange `EthersException: INVALID_ARGUMENT invalid ENS name` exception when i try to do .call on the contract. I've checked that the contract instanced is connected to the correct...

Ideas, Feedbacks, and/or help on pr are always appreciated. - Support **makerdao's** multicall. (https://github.com/makerdao/multicall) - Add multicall ability to existing ERC20 contract. - Add basic chain information as enum and...

enhancement