ftd
ftd copied to clipboard
Flutter transform dill,annotation for Flutter。
Results
2
ftd issues
Sort by
recently updated
recently updated
newest added
我的依赖都下载了,但是Studio中仍然在该处报红,是需要修改哪里的依赖吗 
大佬,如何使得 FunctionLog 可以使用在如下这样的场景中呢? ``` TextButton(onPressed: (){ print("2222222222"); }, child: Text("Text Button")) ``` 例如上面代码中的 onPressed 添加 FunctionLog 功能