-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpubspec.yaml
More file actions
35 lines (31 loc) · 733 Bytes
/
pubspec.yaml
File metadata and controls
35 lines (31 loc) · 733 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
name: just_waveform
description: Extracts waveform data from an audio file suitable for visually rendering the waveform.
version: 0.0.7
homepage: https://github.com/ryanheise/just_waveform
topics:
- audio
- waveform
environment:
sdk: ^3.6.0
flutter: ">=3.27.0"
dependencies:
flutter:
sdk: flutter
path: ^1.8.0
path_provider: ^2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter:
plugin:
platforms:
android:
package: com.ryanheise.just_waveform
pluginClass: JustWaveformPlugin
ios:
pluginClass: JustWaveformPlugin
sharedDarwinSource: true
macos:
pluginClass: JustWaveformPlugin
sharedDarwinSource: true