diff --git a/speech_to_text/example/pubspec.lock b/speech_to_text/example/pubspec.lock index 8d5738b6..25832c0b 100644 --- a/speech_to_text/example/pubspec.lock +++ b/speech_to_text/example/pubspec.lock @@ -179,7 +179,7 @@ packages: path: ".." relative: true source: path - version: "6.1.1" + version: "6.2.0" speech_to_text_macos: dependency: transitive description: diff --git a/speech_to_text_platform_interface/CHANGELOG.md b/speech_to_text_platform_interface/CHANGELOG.md index 27dc698f..5c21089e 100644 --- a/speech_to_text_platform_interface/CHANGELOG.md +++ b/speech_to_text_platform_interface/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.1.0 +- Updated for Flutter 3.0 + ## 2.0.1 - fix test method deprecation diff --git a/speech_to_text_platform_interface/pubspec.yaml b/speech_to_text_platform_interface/pubspec.yaml index 792a64ee..1c04b8b1 100644 --- a/speech_to_text_platform_interface/pubspec.yaml +++ b/speech_to_text_platform_interface/pubspec.yaml @@ -3,7 +3,7 @@ description: A common platform interface for the speech_to_text plugin. homepage: https://github.com/csdcorp/speech_to_text/speech_to_text_platform_interface # NOTE: We strongly prefer non-breaking changes, even at the expense of a # less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes -version: 2.0.1 +version: 2.1.0 dependencies: flutter: