Skip to content

WalletConnect/Web3ModalFlutter

Repository files navigation

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