WalletConnect / WalletConnectModalFlutter

The WalletConnectModal for WalletConnect built using Flutter.
https://pub.dev/packages/walletconnect_modal_flutter
Apache License 2.0
20 stars 18 forks source link

Wallet App opening even if user hits on Cancel #31

Open quetool opened 11 months ago

quetool commented 11 months ago

Upon requesting to open a Wallet App the wallet is opened even if the user hits Cancel in the Confirm Dialog. This is because we are throwing an exception instead of just communicating the Cancel action.

Issued line here: https://github.com/WalletConnect/WalletConnectModalFlutter/blob/7b076a81b86e5be5e9d881fe9e8ebc6886521949/lib/services/utils/url/url_utils.dart#L107C14-L107C14