haudiotagger 1.2.6
haudiotagger: ^1.2.6 copied to clipboard
Read and write audio metadata in Flutter. Supports MP3, FLAC, OGG, MP4, WAV, AIFF, and more. Powered by Rust for fast, reliable performance.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add haudiotaggerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
haudiotagger: ^1.2.6Alternatively, 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:haudiotagger/haudiotagger.dart';