audiotagger 2.2.1 copy "audiotagger: ^2.2.1" to clipboard
audiotagger: ^2.2.1 copied to clipboard

Library to read and write ID3 tags to MP3 files. You can get data as Map object or Tag object.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add audiotagger

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  audiotagger: ^2.2.1

Alternatively, 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:audiotagger/audiotagger.dart';
46
likes
90
pub points
87%
popularity

Publisher

unverified uploader

Library to read and write ID3 tags to MP3 files. You can get data as Map object or Tag object.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on audiotagger