web3dart
web3dart copied to clipboard
abi.json cannot generate .g files
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
Hi @LiRenGuo I ran into the same issue and I used web3dart_builders to generate .g.dart
files from abi.json
files.
你好@LiRenGuo我遇到了同样的问题,我使用web3dart_builders
.g.dart
从文件生成文件abi.json
。
Thanks for your reply, I can generate .g files with web3dart_builders