artwork_extractor_dart 1.0.0+1 copy "artwork_extractor_dart: ^1.0.0+1" to clipboard
artwork_extractor_dart: ^1.0.0+1 copied to clipboard

A simple library to extract & save artwork of a music/audio file.

A simple library to extract & save artwork of a 🎵 music/audio file.

This library is using a artwork-extractor library by alexmercerind. It is super simple to use, but requires a dll file, that needs to be built from artwork-extractor library. It uses Dart FFI, which means, that it can run in plain dart applications aswell as in Flutter applications.

Usage #

A simple usage example:

import 'package:artwork_extractor_dart/artwork_extractor_dart.dart'
    as artworkextractor;

void main() {
  artworkextractor.write('test.ogg', 'test.png');
}
0
likes
100
pub points
20%
popularity

Publisher

unverified uploader

A simple library to extract & save artwork of a music/audio file.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ffi

More

Packages that depend on artwork_extractor_dart