zooper_flutter_id3 0.0.4-alpha
zooper_flutter_id3: ^0.0.4-alpha copied to clipboard
The best library written in dart for reading and writing id3 tags
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zooper_flutter_id3This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zooper_flutter_id3: ^0.0.4-alphaAlternatively, 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:zooper_flutter_id3/zooper_flutter_id3.dart';