notes.md
680 字节
Introduction
This file keeps some notes about how packages in this directory are created.
- Create
sherpa_onnx.
flutter create --template plugin sherpa_onnx
- Create
sherpa_onnx_macos
flutter create --template plugin_ffi --platforms macos sherpa_onnx_macos
- Create `sherpa_onnx_linux
flutter create --template plugin_ffi --platforms linux sherpa_onnx_linux
- Create `sherpa_onnx_windows
flutter create --template plugin_ffi --platforms linux sherpa_onnx_windows
- Create `sherpa_onnx_android
flutter create --template plugin_ffi --platforms android --org com.k2fsa.sherpa.onnx sherpa_onnx_android