Skip to content

Commit

Permalink
updating changelog and adding code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dlutton committed Nov 23, 2023
1 parent 5053773 commit ca88c45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog

## 3.8.4

- **Android:** Fix 'Reply already submitted' bug
- **ioS:** Return additional voice information fields (quality, gender, and identifier)
- **ioS:** Fix synthesizeToFile on iOS 17+

## 3.8.3

### Fixes
Expand Down
1 change: 1 addition & 0 deletions lib/flutter_tts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ class FlutterTts {

/// [Future] which invokes the platform specific method for getVoices
/// Returns a `List` of `Maps` containing a voice name and locale
/// For iOS specifically, it also includes quality, gender, and identifier
/// ***Android, iOS, and macOS supported only***
Future<dynamic> get getVoices async {
final voices = await _channel.invokeMethod('getVoices');
Expand Down

0 comments on commit ca88c45

Please sign in to comment.