flutter_taglib 1.3.1 copy "flutter_taglib: ^1.3.1" to clipboard
flutter_taglib: ^1.3.1 copied to clipboard

A high-performance Flutter plugin wrapping TagLib using Dart FFI and Native Assets to read/write audio metadata and properties.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_taglib

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

dependencies:
  flutter_taglib: ^1.3.1

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:flutter_taglib/flutter_taglib.dart';
1
likes
160
points
256
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-performance Flutter plugin wrapping TagLib using Dart FFI and Native Assets to read/write audio metadata and properties.

Repository (GitHub)
View/report issues

Topics

#audio #metadata #ffi #native-assets #taglib

License

Apache-2.0 (license)

Dependencies

code_assets, ffi, flutter, hooks, logging, native_toolchain_c

More

Packages that depend on flutter_taglib

Packages that implement flutter_taglib