equationl
equationl
对,前段时间我也看到了,但是最近比较忙,有空我加一下 也欢迎提 PR
paddle lite 升级了吗?
@dillonliu123 v4模型目前用不了
@dengwhao 是的,我前段时间看到之后就想更新一下的,奈何我现在手头只有 Windows ,根本编译不动……官方又没有提供预编译库😭 欢迎老哥测试没问题之后提一个 PR
@dengwhao app 做了一些预处理,可能有些预处理反而是负优化吧,哈哈哈
已合并并发布 v1.2.9
You need update `com.android.tools.build:gradle:3.1.4'` at build.gradle file in root project too. For exomple, I updated to: ```groovy // Top-level build file where you can add configuration options common to all...
Hello, I have same issue, Did you resolve this?
I found this issue cause full screen UI show by Overlay, So setState not work for it. If you want change full screen UI, you need call `_overlayEntry?.markNeedsBuild();` on `flick_video_player.dart`...
哈哈哈,没有什么难度,只是运算逻辑是参考的微软计算器,微软计算器的三角函数运算是归类到 “科学计算器” 这个计算器下的,但是现在我只做了 “标准计算器” 和 “程序员计算器”,所以就没有三角函数运算了。 有空我加一下,或者也欢迎 PR