haudiotagger 1.2.6 copy "haudiotagger: ^1.2.6" to clipboard
haudiotagger: ^1.2.6 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 Flutter:

 $ flutter pub add haudiotagger

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

dependencies:
  haudiotagger: ^1.2.6

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

Documentation

API reference

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
Contributing

License

MIT (license)

Dependencies

ffi, flutter, flutter_rust_bridge, freezed_annotation, plugin_platform_interface

More

Packages that depend on haudiotagger

Packages that implement haudiotagger