diff --git a/speech_to_text/example/pubspec.lock b/speech_to_text/example/pubspec.lock index ab88fae5..2113567f 100644 --- a/speech_to_text/example/pubspec.lock +++ b/speech_to_text/example/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.5.0" + version: "2.6.1" boolean_selector: dependency: transitive description: @@ -160,7 +160,7 @@ packages: name: speech_to_text_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.0-nullsafety" + version: "2.0.0" stack_trace: dependency: transitive description: diff --git a/speech_to_text/pubspec.lock b/speech_to_text/pubspec.lock index c9937873..6fc914b0 100644 --- a/speech_to_text/pubspec.lock +++ b/speech_to_text/pubspec.lock @@ -377,7 +377,7 @@ packages: name: speech_to_text_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.0-nullsafety" + version: "2.0.0" stack_trace: dependency: transitive description: diff --git a/speech_to_text/pubspec.yaml b/speech_to_text/pubspec.yaml index 49331bd2..4fa7d307 100644 --- a/speech_to_text/pubspec.yaml +++ b/speech_to_text/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - speech_to_text_platform_interface: ^2.0.0-nullsafety + speech_to_text_platform_interface: ^2.0.0 json_annotation: ^4.0.0 clock: ^1.0.1 pedantic: ^1.9.2