flutter_tiny_wavpack_decoder 1.0.3
flutter_tiny_wavpack_decoder: ^1.0.3 copied to clipboard
Decode WavPack (.wv) audio to PCM .wav on-device via the tiny dependency-free WavPack decoder over Dart FFI. Android, iOS, macOS, Linux, Windows.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_tiny_wavpack_decoderWith Flutter:
$ flutter pub add flutter_tiny_wavpack_decoderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_tiny_wavpack_decoder: ^1.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_tiny_wavpack_decoder/flutter_tiny_wavpack_decoder.dart';