ftd icon indicating copy to clipboard operation
ftd copied to clipboard

Flutter transform dill,annotation for Flutter。

Results 2 ftd issues
Sort by recently updated
recently updated
newest added

我的依赖都下载了,但是Studio中仍然在该处报红,是需要修改哪里的依赖吗 ![image](https://user-images.githubusercontent.com/21120859/134502913-194b1348-5ee0-4110-bd01-c26537661fef.png)

大佬,如何使得 FunctionLog 可以使用在如下这样的场景中呢? ``` TextButton(onPressed: (){ print("2222222222"); }, child: Text("Text Button")) ``` 例如上面代码中的 onPressed 添加 FunctionLog 功能