web3modal_flutter 3.0.0-alpha02 copy "web3modal_flutter: ^3.0.0-alpha02" to clipboard
web3modal_flutter: ^3.0.0-alpha02 copied to clipboard

The Web3Modal for WalletConnect built using Flutter.

wc Web3Modal Flutter
WalletConnect Web3Modal implementation for Flutter

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/sign 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/sign folder