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_/example/pubspec.yaml

34 lines
597 B
YAML

3 years ago
name: speech_to_text_example
description: Demonstrates how to use the speech_to_text plugin.
version: 1.1.0
publish_to: 'none'
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
permission_handler: ^5.0.1+1
provider:
dev_dependencies:
flutter_test:
sdk: flutter
speech_to_text:
path: ../
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- assets/sounds/speech_to_text_listening.m4r
- assets/sounds/speech_to_text_cancel.m4r
- assets/sounds/speech_to_text_stop.m4r