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';
47
likes
90
points
177
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on audiotagger