metatagger 2.0.1 copy "metatagger: ^2.0.1" to clipboard
metatagger: ^2.0.1 copied to clipboard

A pure Dart library for reading and writing metadata to MP3 and FLAC files with custom tag support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add metatagger

With Flutter:

 $ flutter pub add metatagger

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

dependencies:
  metatagger: ^2.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:metatagger/metatagger.dart';
1
likes
150
points
12
downloads

Publisher

verified publishersaturn.kim

Weekly Downloads

A pure Dart library for reading and writing metadata to MP3 and FLAC files with custom tag support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

More

Packages that depend on metatagger