Onur Kağan Özcan
Onur Kağan Özcan
We finally moved to springdoc. Everyone, please consider moving to springdoc, kindy suggesting :)
Because of this problem, we moved to [javers](https://javers.org/). It works as expected.
> Go to your tensor.dart (\AppData\Local\Pub\Cache\hosted\pub.dev\tflite_flutter-0.10.4\lib\src\tensor.dart) and change: > > ``` > /// Underlying data buffer as bytes. > Uint8List get data { > final data = cast(tfliteBinding.TfLiteTensorData(_tensor)); > return...
Looks like inputSchema and outputSchema generation differs in method calls. May be there is a reason behind this decision. Input Schema: "generateForMethodInput" which is honoring descriptions ```java String inputSchema =...