Example Dapp for WalletConnect AppKit package
For a full reference please check the Official Documentation
$ flutter run --dart-define=PROJECT_ID={YOUR_PROJECT_ID}
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