HuangYueFeng

Results 18 comments of HuangYueFeng

It doesn't support RecyclerView now. You need to manually add extend "RecyclerView.ViewHolder" and "super(view);" to ViewHolder class.

> @mcxinyu 你自己尝试升级下试试吧, AGP7 的改动可能有点大 @yizems 合并你的代码后,似乎打包不了了,动态下载会报错。

Is there any progress?

感谢作者的付出。不过这种情况还是建议说明下,我也是这个问题找了好久才找到原因,期间浪费了好多时间在找问题。

自己生产一个add-to-app项目,复制一个呗

include_flutter.groovy ``` // Generated file. Do not edit. def scriptFile = getClass().protectionDomain.codeSource.location.toURI() def flutterProjectRoot = new File(scriptFile).parentFile.parentFile gradle.include ':flutter' gradle.project(':flutter').projectDir = new File(flutterProjectRoot, '.android/Flutter') def plugins = new Properties() def...

postman可以看到这种功能,在接口右边有个代码的标志``点击即可看到。curl复制后可以直接在终端调试、HTTP可以直接在ide运行。 ![image](https://user-images.githubusercontent.com/9566116/202994903-c71b1757-aef3-4472-87a3-5561ef344efc.png)

Is there any progress?