artwork_extractor_dart

Last updated:

0 purchases

artwork_extractor_dart Image
artwork_extractor_dart Images
Add to Cart

Description:

artwork extractor dart

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');
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.