1. Add finalResult property to SpeechRecognitionResult class - Distinguish between real-time and final recognition results - Update factory methods, toString, equals, and hashCode - Update toMap and fromMap methods 2. Update YxAsrService to support finalResult flag - Add finalResult parameter to _sendResult method - Mark final results with finalResult: true - Keep real-time results as finalResult: false (default) 3. Remove unused methods to clean up codebase - Remove unused _toggleRecording method - Remove unused _updateTextController method - Clean up orphaned comments These fixes resolve linter errors and ensure proper text appending functionality. |
||
|---|---|---|
| .. | ||
| android | ||
| assets/models | ||
| ios | ||
| lib | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
README.md
yx_asr_example
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.