forked from xuegao-tzx/whisper_flutter_new
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (36 loc) · 903 Bytes
/
pubspec.yaml
File metadata and controls
42 lines (36 loc) · 903 Bytes
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
36
37
38
39
40
41
42
name: whisper_flutter_new
description: A flutter library for offline speech-to-text conversion which use whisper.cpp models implementation for Android、iOS、macOS.
version: 1.0.1
repository: https://github.com/xuegao-tzx/whisper_flutter_new
issue_tracker: https://github.com/xuegao-tzx/whisper_flutter_new/issues
homepage: https://pub.dev/packages/whisper_flutter_new
platforms:
android:
ios:
macos:
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.22.0"
dependencies:
ffi: ^2.1.2
flutter:
sdk: flutter
freezed_annotation: any
json_annotation: any
path_provider: ^2.1.3
plugin_platform_interface: ^2.1.8
dev_dependencies:
build_runner: ^2.4.11
flutter_lints: any
ffigen: ^14.0.0
freezed: any
json_serializable: any
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
macos:
ffiPlugin: true