WalletConnect / Web3ModalFlutter

The Web3Modal for WalletConnect built using Flutter.
https://pub.dev/packages/web3modal_flutter
Apache License 2.0
27 stars 30 forks source link
dart flutter walletconnectv2

WalletConnect.com

WalletConnect Web3Modal

WalletConnect Web3Modal implementation for Flutter
Simple, intuitive wallet login. With this drop-in UI SDK, enable any wallet's users to seamlessly log in to your app and enjoy a smooth, unified experience.

Documentation

For a full reference please check the Official Documentation

Example

Please check the example folder for the example.

Run the example app

$ cd example then
$ flutter run --dart-define=PROJECT_ID={YOUR_PROJECT_ID}

Useful Commands

If you are cloning this repo do the following inside the root folder

$ flutter pub get to get dependencies

$ dart run build_runner build --delete-conflicting-outputs to generate files

do the same inside example folder