You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diplomatic-quarter/speech_to_text/pubspec.yaml

32 lines
577 B
YAML

4 years ago
name: speech_to_text
description: A Flutter plugin that exposes device specific speech to text recognition capability.
environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0"
dependencies:
flutter:
sdk: flutter
json_annotation: ^3.0.0
clock: ^1.0.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.0.0
json_serializable: ^3.0.0
fake_async: ^1.0.1
flutter:
plugin:
platforms:
android:
package: com.csdcorp.speech_to_text
pluginClass: SpeechToTextPlugin
ios:
pluginClass: SpeechToTextPlugin