From 28e0b531a2d3099bdbd51fb53b428bdbdaa1b862 Mon Sep 17 00:00:00 2001 From: sowens-csd Date: Sun, 30 May 2021 07:59:49 -0400 Subject: [PATCH] rf: change dart dependency --- speech_to_text_platform_interface/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech_to_text_platform_interface/pubspec.yaml b/speech_to_text_platform_interface/pubspec.yaml index f157e479..19aac8ba 100644 --- a/speech_to_text_platform_interface/pubspec.yaml +++ b/speech_to_text_platform_interface/pubspec.yaml @@ -18,4 +18,4 @@ dev_dependencies: pedantic: ^1.10.0 environment: - sdk: ">=2.12.0-0 <3.0.0" \ No newline at end of file + sdk: ">=2.12.0 <3.0.0" \ No newline at end of file