Max
ea32370fcc
Improve text input behavior: append recognition results to text field
...
- Change from replacing current text to appending final results
- Distinguish between real-time results (display only) and final results (append to text)
- Add proper spacing between appended text segments
- Maintain history of individual recognition segments
- Clear current text when starting new recording session
2025-09-09 11:08:44 +08:00
Max
36fa796c10
Improve demo: use RecordingButton component instead of custom implementation
...
- Replace custom FloatingActionButton with RecordingButton widget
- Simplify code by using built-in speech recognition integration
- Demonstrate proper usage of RecordingButton component
- Reduce demo code complexity from 80+ lines to ~40 lines
- Better showcase the plugin's provided components
2025-09-09 11:04:27 +08:00
Max
c47ad5c435
Fix Flutter assets configuration: explicitly specify all model files in pubspec.yaml
2025-09-06 17:36:54 +08:00
Max
d18c3fc607
Switch back to zh2023 model to fix filename mismatch issue
2025-09-06 17:30:54 +08:00
Max
9053132874
Fix model loading: switch to zh2025 model as recommended by logs
2025-09-06 17:29:11 +08:00
Max
80d99d6bdd
Fix Android namespace issues: add namespace to build.gradle, update AGP and Kotlin versions
2025-09-06 17:25:05 +08:00
Max
ae1ec191a8
Fix build issues: remove duplicate gradle files, increase heap size, fix plugin configuration
2025-09-06 17:23:14 +08:00
Max
5c9a8ea6e6
Initial commit: Flutter speech-to-text plugin with Sherpa-ONNX integration
2025-08-27 17:09:36 +08:00