-
-
Notifications
You must be signed in to change notification settings - Fork 258
/
Copy pathpubspec.yaml
35 lines (32 loc) · 808 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: flutter_tts
description: A flutter plugin for Text to Speech. This plugin is supported on iOS, macOS, Android, Web, & Windows.
version: 4.2.2
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
windows:
pluginClass: FlutterTtsPlugin
supportedVariants:
- uwp
- win32
web:
pluginClass: FlutterTtsPlugin
fileName: flutter_tts_web.dart
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=1.22.0"
dev_dependencies:
lints: ^3.0.0