From 48bbc8d51797911dd6157efb0b2a25331c45da69 Mon Sep 17 00:00:00 2001 From: sowens-csd Date: Sun, 30 May 2021 10:57:40 -0400 Subject: [PATCH] rf: minor formatting issue --- speech_to_text/CHANGELOG.md | 4 ++++ speech_to_text/example/pubspec.lock | 2 +- speech_to_text/lib/speech_to_text.dart | 8 ++++---- speech_to_text/pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/speech_to_text/CHANGELOG.md b/speech_to_text/CHANGELOG.md index 06d38059..f8878440 100644 --- a/speech_to_text/CHANGELOG.md +++ b/speech_to_text/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.2.1 +### Fix + * minor code format issue that lost me 10 points, this shall not stand! + ## 4.2.0 ### New * Flutter 2.0 / Dart 2.12 null safety features are now the main release diff --git a/speech_to_text/example/pubspec.lock b/speech_to_text/example/pubspec.lock index 2113567f..e3f8f36a 100644 --- a/speech_to_text/example/pubspec.lock +++ b/speech_to_text/example/pubspec.lock @@ -153,7 +153,7 @@ packages: path: ".." relative: true source: path - version: "4.2.0" + version: "4.2.1" speech_to_text_platform_interface: dependency: transitive description: diff --git a/speech_to_text/lib/speech_to_text.dart b/speech_to_text/lib/speech_to_text.dart index 518785f4..da8cb9c3 100644 --- a/speech_to_text/lib/speech_to_text.dart +++ b/speech_to_text/lib/speech_to_text.dart @@ -192,10 +192,10 @@ class SpeechToText { /// plugins. It is off by default, usually only useful for troubleshooting issues /// with a paritcular OS version or device, fairly verbose /// [finalTimeout] a duration to wait for a final result from the device - /// speech recognition service. If no final result is received within this - /// time the last partial result is returned as final. This defaults to - /// two seconds. A duration of fifty milliseconds or less disables the - /// check and final results will only be returned from the device. + /// speech recognition service. If no final result is received within this + /// time the last partial result is returned as final. This defaults to + /// two seconds. A duration of fifty milliseconds or less disables the + /// check and final results will only be returned from the device. /// [options] pass platform specific configuration options to the /// platform specific implementation. Future initialize( diff --git a/speech_to_text/pubspec.yaml b/speech_to_text/pubspec.yaml index 4fa7d307..ddc2be44 100644 --- a/speech_to_text/pubspec.yaml +++ b/speech_to_text/pubspec.yaml @@ -1,6 +1,6 @@ name: speech_to_text description: A Flutter plugin that exposes device specific speech to text recognition capability. -version: 4.2.0 +version: 4.2.1 homepage: https://github.com/csdcorp/speech_to_text environment: