Skip to content

Commit

Permalink
rf: depend on 2.0.0 interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed May 30, 2021
1 parent 28e0b53 commit 410e898
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions speech_to_text/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion speech_to_text/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion speech_to_text/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 410e898

Please sign in to comment.