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.
PatientApp-KKUMC/flutter_tts-voice_enhancement/pubspec.yaml

29 lines
668 B
YAML

name: flutter_tts
description: A flutter plugin for Text to Speech. This plugin is supported on iOS, Android, Web, & macOS.
version: 1.3.0
homepage: https://github.com/dlutton/flutter_tts
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.tundralabs.fluttertts
pluginClass: FlutterTtsPlugin
ios:
pluginClass: FlutterTtsPlugin
macos:
pluginClass: FlutterTtsPlugin
web:
pluginClass: FlutterTtsPlugin
fileName: flutter_tts_web.dart
environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"