Skip to content

Commit

Permalink
doc: prepping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed Jan 26, 2020
1 parent 697e162 commit 6a96239
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
* hasConfidenceRating on SpeechRecognitionResult indicates if confidence was provided from the device
* new SpeechRecognitionWords class gives details on per transcription words and confidence

### Fix

* speechRecognizer availabilityDidChange was crashing if invoked due to an invalid parameter type
* Added iOS platform 10 to example Podfile to resolve compilation warnings

## 0.7.2

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class _MyAppState extends State<MyApp> {
onResult: resultListener,
listenFor: Duration(seconds: 10),
localeId: _currentLocaleId,
onSoundLevelChange: soundLevelListener );
onSoundLevelChange: soundLevelListener);
setState(() {});
}

Expand Down

0 comments on commit 6a96239

Please sign in to comment.