wagmi_flutter_web 1.0.0-rc.13 wagmi_flutter_web: ^1.0.0-rc.13 copied to clipboard
Wagmi JS SDK wrapper for Dart Web
1.0.0-rc.13 #
- ✨ Add stream to listen web3modal state.
- 🐛 Fix unexpected modal.open failure (https://github.com/archethic-foundation/wagmi_flutter_web#76)
1.0.0-rc.12 #
1.0.0-rc.11 #
- 🐛 Wait for document focus to perform actions requiring deeplink interaction with EVM wallet.
1.0.0-rc.10 #
- 🐛 Requires document focus to open web3modal. Fixes archethic-foundation/wagmi_flutter_web#68
- ⬆️ Upgrade all dependencies.
1.0.0-rc.9 #
Web3Modal.open
&Web3Modal.close
are asynchronous.
1.0.0-rc.8 #
- Add
getConnections
method - Improve
SwitchAccount
example
1.0.0-rc.7 #
- Config - implementation of wallets list choice
- Add
includeWalletIds
,featuredWalletIds
,excludeWalletIds
properties inConfig
object
- Add
1.0.0-rc.6 #
- 🐛 Fix watchAccount method - Fix Attempting to rewrap a JS function error
1.0.0-rc.5 #
- 🐛 Fix watchAccount method
1.0.0-rc.4 #
- ✨ reconnect method implemented.
1.0.0-rc.3 #
- 🐛 Fix chainId parameter for getBlock & getTransactionReceipt
1.0.0-rc.2 #
- Add Collection dependency
1.0.0-rc.1 #
- Add Error management
0.0.1-dev.8 #
- ✨ Add methods :
getChains
disconnect
switchAccount
switchChain
verifyMessage
watchAccount
watchConnections
- Add
configKey
param on every methods
0.0.1-dev.7 #
- Remove the assets folder from the
.gitignore
to correctly include it in the package published on pub.dev.
0.0.1-dev.6 #
- Add raw param in
SignMessage
method
0.0.1-dev.5 #
- Fix
SendTransactionParameters
- Add
toBytes
method to ensure string bytes array use format required by wagmi. - Fix bugs
0.0.1-dev.4 #
- ✨ Add methods :
getBytecode
getBlockNumber
getToken
getFeeHistory
waitForTransactionReceipt
watchContractEvent
- Social Login Controls
- Improve API typing
0.0.1-dev.3 #
- Fix release build
- Add new methods (cf Readme to see implemented methods)
0.0.1-dev.2 #
- Project's structuration
- Add new methods (cf Readme to see implemented methods)
0.0.1-dev.1 #
- Manage Web3Modal.