Examples for flutter_onnxruntime plugin.
This example demonstrates how to use the ONNX Runtime Flutter plugin for image classification tasks. It includes loading a pre-trained model, preparing input data, and running inference.
flutter run -d <device_id>device-id could be chrome, ios, android, macos, linux, windows, etc.
- Resnet18 model from ONNX Model Zoo


