yuv_to_png 0.0.1
yuv_to_png: ^0.0.1 copied to clipboard
This package provides a Flutter plugin to convert YUV image data into PNG image format. It includes platform-specific implementation code for Android only as this from my knowledge happens only in And [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add yuv_to_pngWith Flutter:
$ flutter pub add yuv_to_pngThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
yuv_to_png: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:yuv_to_png/yuv_to_png.dart';