ironpress 0.2.0
ironpress: ^0.2.0 copied to clipboard
High-performance Rust-powered Flutter image compression for JPEG, PNG, and WebP with batch processing, target-size compression, and metadata probing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ironpressThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ironpress: ^0.2.0Alternatively, 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:ironpress/ironpress.dart';