flutter_caesium_ffi 2.0.2
flutter_caesium_ffi: ^2.0.2 copied to clipboard
Fast, high-quality image compression, resize, conversion, and target-size optimization for Flutter mobile, desktop, and web, powered by libcaesium.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_caesium_ffiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_caesium_ffi: ^2.0.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:flutter_caesium_ffi/flutter_caesium_ffi.dart';