Alex Li

Results 709 comments of Alex Li

Also, I don't know about features necessity with this.

AFAIK the `InputImage` accept `Uint8List`. ![image](https://user-images.githubusercontent.com/15884415/134287419-4d245b78-8d91-44f9-a2cc-4eb7970c1ec3.png)

You can use the `.file` getter at present for your request, though it didn't provide any thumbnail options.

> tried this but doesn't work > > ``` > Uint8List? list = await assetEntity.thumbDataWithSize(400, 400); > File file = File.fromRawPath(list!); > ``` Regarding the first question, how it behave...

Can you make a minimal repo that includes ML Kit and this plugin to reproduce this issue?

See comments above. `InputImage` accepts `Uint8List`.

Also, given the fact that `refreshRate` is converted to `int` in `toString()` should we apply the change to itself too?

测试官方camera后确认是否有同样问题。

可以使用 demo 运行 `flutter run -v` 将从运行到出现错误的完整日志保存为 txt 后赋于此处,我再将问题进行反馈。