xclud / web3dart

Ethereum library, written in Dart.
https://pub.dev/packages/web3dart
MIT License
170 stars 94 forks source link

abi.json cannot generate .g files #103

Open LiRenGuo opened 1 year ago

LiRenGuo commented 1 year ago

I put a file Lock.abi.json under lib/contracts, ran flutter pub run build_runner build, but the Lock.g.dart file was not generated, can you help me?

Below is my dependency graph

WechatIMG356

WechatIMG357

rbharath99 commented 1 year ago

Hi @LiRenGuo I ran into the same issue and I used web3dart_builders to generate .g.dart files from abi.json files.

LiRenGuo commented 1 year ago

你好@LiRenGuo我遇到了同样的问题,我使用web3dart_builders.g.dart从文件生成文件abi.json

Thanks for your reply, I can generate .g files with web3dart_builders