flutter_onnxruntime 1.2.0 copy "flutter_onnxruntime: ^1.2.0" to clipboard
flutter_onnxruntime: ^1.2.0 copied to clipboard

A lightweight plugin that provides native wrappers for running ONNX Runtime on multiple platforms

1.2.0 #

  • Returning a multi-dimensional list for tensor data extraction
  • Support return a flat list

1.1.0 #

  • Standardize error codes and error messages from native
  • Remove auto disposal of input tensors after inference in Kotlin
  • Refactor C++ to return standard Platform Exception and impose standard error handling
  • Add back the example to package as required by pub.flutter-io.cn; this will increase the package size unnecessarily

1.0.0 #

  • Support running inference with an ONNX model on Android, iOS, Linux, and macOS
  • Support ONNX Runtime version 1.21.0