Skip to content

Commit

Permalink
rf: minor formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed May 30, 2021
1 parent 410e898 commit 48bbc8d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions speech_to_text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion speech_to_text/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions speech_to_text/lib/speech_to_text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<bool> initialize(
Expand Down
2 changes: 1 addition & 1 deletion speech_to_text/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 48bbc8d

Please sign in to comment.