wagmi_flutter_web 1.0.0-rc.15
wagmi_flutter_web: ^1.0.0-rc.15 copied to clipboard
Wagmi JS SDK wrapper for Dart Web
1.0.0-rc.15 #
- License MIT
1.0.0-rc.14 #
- Migrate to package: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.closeare asynchronous.
1.0.0-rc.8 #
- Add
getConnectionsmethod - Improve
SwitchAccountexample
1.0.0-rc.7 #
- Config - implementation of wallets list choice
- Add
includeWalletIds,featuredWalletIds,excludeWalletIdsproperties inConfigobject
- 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 :
getChainsdisconnectswitchAccountswitchChainverifyMessagewatchAccountwatchConnections
- Add
configKeyparam on every methods
0.0.1-dev.7 #
- Remove the assets folder from the
.gitignoreto correctly include it in the package published on pub.dev.
0.0.1-dev.6 #
- Add raw param in
SignMessagemethod
0.0.1-dev.5 #
- Fix
SendTransactionParameters - Add
toBytesmethod to ensure string bytes array use format required by wagmi. - Fix bugs
0.0.1-dev.4 #
- ✨ Add methods :
getBytecodegetBlockNumbergetTokengetFeeHistorywaitForTransactionReceiptwatchContractEvent
- 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.