flutter_tiny_wavpack_decoder 1.1.0
flutter_tiny_wavpack_decoder: ^1.1.0 copied to clipboard
Decode WavPack (.wv) audio to PCM .wav on-device via the tiny dependency-free WavPack decoder over Dart FFI, or WASM on the web. All six Flutter platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_tiny_wavpack_decoderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_tiny_wavpack_decoder: ^1.1.0Alternatively, your editor might support 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';