RootSoft / walletconnect-dart-sdk

Open protocol for connecting dApps to mobile wallets with QR code scanning or deep linking.
MIT License
102 stars 61 forks source link

Unhandled Exception: RangeError (end): Invalid value: Not in inclusive range 3..53: -1 #42

Closed MahmutCanGonul closed 2 years ago

MahmutCanGonul commented 2 years ago
       Future<void> initializeWallet()async{
// Create a connector
  final connector = WalletConnect(
   uri: 'wc:8a5e5bdc-a0e4-47...TJRNmhWJmoxdFo6UDk2WlhaOyQ5N0U=',
    clientMeta: PeerMeta(
     name: 'WalletConnect',
    description: 'WalletConnect Developer App',
    url: 'https://walletconnect.org',
     icons: [
      'https://gblobscdn.gitbook.com/spaces%2F-LJJeCjcLrr53DcT1Ml7%2Favatar.png?alt=media'
    ],
  ),
);
print(connector.connected);

   }
RootSoft commented 2 years ago

@MahmutCanGonul Please provide some more information what you're trying to do and when the RangeError occurs.