11 lines
204 B
Markdown
11 lines
204 B
Markdown
|
|
# Introduction
|
||
|
|
|
||
|
|
This directory contains flutter examples of `sherpa-onnx`.
|
||
|
|
|
||
|
|
# Ways to create an example
|
||
|
|
```bash
|
||
|
|
flutter create --platforms windows,macos streaming_asr
|
||
|
|
cd streaming_asr
|
||
|
|
flutter pub get
|
||
|
|
```
|