amr_to_wav_converter 0.0.2
amr_to_wav_converter: ^0.0.2 copied to clipboard
Convert amr to wav for iOS
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add amr_to_wav_converterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
amr_to_wav_converter: ^0.0.2Alternatively, 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:amr_to_wav_converter/amr_to_wav_converter.dart';