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

Web3Modal: 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.

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 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