walletconnect_flutter_v2 1.0.3 copy "walletconnect_flutter_v2: ^1.0.3" to clipboard
walletconnect_flutter_v2: ^1.0.3 copied to clipboard

WalletConnect v2 client made in dart for flutter.

1.0.3 #

  • Added more WalletConnect error codes to Errors static class
  • Remove WalletConnectErrorReason, just use WalletConnectError.copyWith if you need to provide data to an error.

1.0.2 #

  • Removed HEX dependency
  • Upgraded websocket dependency to 2.3.0, so that the ready property exists

1.0.1 #

  • Fixed issues with Session Settle Request not allowing null required and optional namespaces
  • Fixed issues with connect and requestAuth not allowing you to provide required methods for the URI
  • More tests

1.0.0 #

  • Initial release