-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
70 lines (64 loc) · 1.51 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: flutter_recorder
description: >-
A low-level audio recorder plugin which uses miniaudio as
backend. Detect silence and save to WAV audio file. Audio
wave, FFT and volume level can be get in real-time.
version: 1.0.0
issue_tracker: https://github.com/alnitak/flutter_recorder/issues
homepage: https://github.com/alnitak/flutter_recorder
maintainer: Marco Bavagnoli (@lildeimos)
platforms:
android:
ios:
linux:
macos:
windows:
web:
topics:
- audio
- recorder
- visualizer
screenshots:
- description: "flutter_recording logo"
path: images/recorder.png
environment:
sdk: ^3.5.1
flutter: '>=3.3.0'
dependencies:
ffi: ^2.1.3
flutter:
sdk: flutter
logging: ^1.3.0
meta: ^1.12.0
plugin_platform_interface: ^2.0.2
web: ^1.1.0
dev_dependencies:
ffigen: ^13.0.0
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
very_good_analysis: ^6.0.0
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
linux:
ffiPlugin: true
macos:
ffiPlugin: true
windows:
ffiPlugin: true
web:
default_package: true
assets:
# These assets are only needed for the web platform.
# Waiting for https://github.com/flutter/flutter/issues/65065 and
# https://github.com/flutter/flutter/issues/8230 to be addressed.
# to make a conditional build.
- web/worker.dart.js
- web/init_recorder_module.dart.js
- web/libflutter_recorder_plugin.js
- web/libflutter_recorder_plugin.wasm