Releases: csdcorp/speech_to_text
Releases · csdcorp/speech_to_text
6.5.1 release
What's Changed
- Add setPauseFor method for late setup by @JekaNS in #403
- Improved documentation by @Bungeefan in #406
- Fix crash for some android device when completeInitialize() in for below Android 31 Device by @haresh-v521 in #409
- Update speech_to_text_provider.dart by @BrianKolowitz in #444
- Update build.gradle by @m-derakhshi in #422
- Remove init checks for locales by @figengungor in #344
New Contributors
- @JekaNS made their first contribution in #403
- @Bungeefan made their first contribution in #406
- @haresh-v521 made their first contribution in #409
- @BrianKolowitz made their first contribution in #444
- @m-derakhshi made their first contribution in #422
- @figengungor made their first contribution in #344
Full Changelog: v6.2.0...v6.5.1
Flutter v3 support
- Upgrades and fixes for Flutter 3.0
- Error status is cleared on each
listen
call.
- Error status is cleared on each
Android bluetooth headset support
New
- Support for bluetooth headsets in Android
Web issue fix
New
- Documentation improvements for
listen
parameters - iOS error handling improvements
Fix
- lastRecognizedWords now cleared before each
listen
call - web issue resolve #242
Android threading change
New
- Requires
compileSdkVersion 31
to build, check yourbuild.gradle
- Changed the
error_unknown
return toerror_unknown ({error_code})
so that the
native Android error code is visible. This is a potentially breaking change if you
behaviour for theerror_unkown
value. - Added new SDK 31 error messages for Android
error_language_not_supported
error_language_unavailable
error_server_disconnected
error_too_many_requests
Fix
- Fix for Android to handle list end on unrecognized content properly #253
Minor code format issue
- minor code format issue that lost me 10 points, this shall not stand!
Null safety on main
- Flutter 2.0 / Dart 2.12 null safety features are now the main release
- iOS is now faster starting to listen #207
Null safety
- Dart 2.0 null-safety support
- Early web support
Static analysis fixes
- Minor static code analysis improvements (addicted to pub points)
Refactor to support multiple platforms
3.0.0
New
- Now using a platform interface to prepare for web support. Although this should not
cause any functional changes it is a major refactoring.
Fix
- Android
stop
now completes even if not initialized - iOS onDevice initialization is more reliable
- No longer crashes on iOS version < 10