Skip to content

Releases: csdcorp/speech_to_text

6.5.1 release

29 Jan 19:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.0...v6.5.1

Flutter v3 support

26 Jun 11:35
Compare
Choose a tag to compare
  • Upgrades and fixes for Flutter 3.0
    • Error status is cleared on each listen call.

Android bluetooth headset support

18 Dec 13:26
Compare
Choose a tag to compare

New

  • Support for bluetooth headsets in Android

Web issue fix

10 Dec 14:48
Compare
Choose a tag to compare

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

08 Nov 11:59
Compare
Choose a tag to compare

New

  • Requires compileSdkVersion 31 to build, check your build.gradle
  • Changed the error_unknown return to error_unknown ({error_code}) so that the
    native Android error code is visible. This is a potentially breaking change if you
    behaviour for the error_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

30 May 14:58
Compare
Choose a tag to compare
  • minor code format issue that lost me 10 points, this shall not stand!

Null safety on main

30 May 14:57
Compare
Choose a tag to compare
  • Flutter 2.0 / Dart 2.12 null safety features are now the main release
  • iOS is now faster starting to listen #207
    • fix for sample rate issue on iOS #109
    • systemLocale now reports the device locale rather than the app locale. Previously it was constrained to
      only be one of the localized languages of the application. #200

Null safety

14 Mar 21:24
Compare
Choose a tag to compare
  • Dart 2.0 null-safety support
  • Early web support

Static analysis fixes

22 Nov 20:49
Compare
Choose a tag to compare
  • Minor static code analysis improvements (addicted to pub points)

Refactor to support multiple platforms

22 Nov 20:01
Compare
Choose a tag to compare

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