phonic 1.1.2 copy "phonic: ^1.1.2" to clipboard
phonic: ^1.1.2 copied to clipboard

A pure Dart package for audio file metadata manipulation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add phonic

With Flutter:

 $ flutter pub add phonic

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

dependencies:
  phonic: ^1.1.2

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:phonic/phonic.dart';
1
likes
150
points
327
downloads

Publisher

verified publisherzooper.dev

Weekly Downloads

A pure Dart package for audio file metadata manipulation.

Homepage
Repository (GitHub)
View/report issues

Topics

#audio #metadata #id3 #mp3 #vorbis

Documentation

API reference

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (license)

Dependencies

collection, convert, equatable

More

Packages that depend on phonic