haudiotagger 1.2.2 copy "haudiotagger: ^1.2.2" to clipboard
haudiotagger: ^1.2.2 copied to clipboard

Read and write audio metadata in Flutter. Supports MP3, FLAC, OGG, MP4, WAV, AIFF, and more. Powered by Rust for fast, reliable performance.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add haudiotagger

With Flutter:

 $ flutter pub add haudiotagger

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

dependencies:
  haudiotagger: ^1.2.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:haudiotagger/haudiotagger.dart';
12
likes
0
points
909
downloads

Publisher

verified publisherhirdaya-shrestha.com.np

Weekly Downloads

Read and write audio metadata in Flutter. Supports MP3, FLAC, OGG, MP4, WAV, AIFF, and more. Powered by Rust for fast, reliable performance.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter, flutter_rust_bridge, freezed_annotation, plugin_platform_interface

More

Packages that depend on haudiotagger

Packages that implement haudiotagger