pixel_compressor 0.1.0
pixel_compressor: ^0.1.0 copied to clipboard
Native image and video compression for Flutter — resizing, format conversion, thumbnails, metadata, and target-size compression. No FFmpeg.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pixel_compressorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pixel_compressor: ^0.1.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:pixel_compressor/pixel_compressor.dart';