wagmi_flutter_web 0.0.1-dev.8 wagmi_flutter_web: ^0.0.1-dev.8 copied to clipboard
Wagmi JS SDK wrapper for Dart Web
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.