Skip to content

Commit

Permalink
feat: platform interface upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed Jun 25, 2023
1 parent 959a967 commit f271c26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions speech_to_text/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
sha256: dbf0f707c78beedc9200146ad3cb0ab4d5da13c246336987be6940f026500d3a
sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc"
url: "https://pub.dev"
source: hosted
version: "2.1.3"
version: "2.1.4"
provider:
dependency: "direct main"
description:
Expand Down Expand Up @@ -192,10 +192,10 @@ packages:
dependency: transitive
description:
name: speech_to_text_platform_interface
sha256: "13d90215a7554b9a8c1ce47c0a1739af8eacd2cf196ca66351e54dfd2172746d"
sha256: "2ef9c0abf3b4340998fcb489afc4fc8cd7574eff21d912673be59b60ff16850c"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.1.0"
stack_trace:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions speech_to_text/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,10 @@ packages:
dependency: "direct main"
description:
name: speech_to_text_platform_interface
sha256: "13d90215a7554b9a8c1ce47c0a1739af8eacd2cf196ca66351e54dfd2172746d"
sha256: "2ef9c0abf3b4340998fcb489afc4fc8cd7574eff21d912673be59b60ff16850c"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.1.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.1
speech_to_text_platform_interface: ^2.1.0
speech_to_text_macos: ^1.0.2
json_annotation: ^4.0.0
clock: ^1.0.1
Expand Down

0 comments on commit f271c26

Please sign in to comment.