29 lines
665 B
YAML
29 lines
665 B
YAML
name: audio_waveforms
|
|
description: A Flutter package that allow you to generate waveform while recording audio or from audio file.
|
|
version: 2.0.2
|
|
homepage: https://github.com/SimformSolutionsPvtLtd/audio_waveforms
|
|
issue_tracker: https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
flutter: ">=3.10.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: com.simform.audio_waveforms
|
|
pluginClass: AudioWaveformsPlugin
|
|
ios:
|
|
pluginClass: AudioWaveformsPlugin
|
|
|