Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.