Xiaochao Fang
Xiaochao Fang
same error in boxing 1.0.4 Android Studio 3.2.1
你好,请问下清除缓存无效这个bug是怎么发生的? 能在example里面复现吗?
Thanks for your commit, I will review this change on a non-working day, please be patient.
@slavap After reviewing your change, I found that we need to upgrade to Dio 4 to support these, so the feature for support flutter 2.0 and null-safety maybe need to...
```dart TextButton(onPressed: () => onBtnPress(), child: Text("Text Button")) @FunctionLog() void onBtnPress() { // do something } ``` 这样不行吗