mp3editor 0.0.2 copy "mp3editor: ^0.0.2" to clipboard
mp3editor: ^0.0.2 copied to clipboard

A Flutter plugin for reading and writing mp3 metadata from mp3 file tags. Supports Id3v1 and Id3v2 tags.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mp3editor

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

dependencies:
  mp3editor: ^0.0.2

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:mp3editor/mp3editor.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin for reading and writing mp3 metadata from mp3 file tags. Supports Id3v1 and Id3v2 tags.

Homepage
Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on mp3editor