yuv_ffi 0.2.2
yuv_ffi: ^0.2.2 copied to clipboard
High-performance YUV/BGRA image processing for Flutter via native C/FFI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yuv_ffiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
yuv_ffi: ^0.2.2Alternatively, 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:yuv_ffi/yuv_ffi.dart';