Skip to content

Latest commit

 

History

History

README.md

web3modal_flutter

Example Dapp for WalletConnect AppKit package

Documentation

For a full reference please check the Official Documentation

Run the example app

$ flutter run --dart-define=PROJECT_ID={YOUR_PROJECT_ID}

Useful Commands

If you are cloning the whole package 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