flutter_image_compress 1.0.0-nullsafety flutter_image_compress: ^1.0.0-nullsafety copied to clipboard
compress image with native code(objc kotlin), it's faster. This library can work on android/ios.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_image_compress
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_image_compress: ^1.0.0-nullsafety
Alternatively, 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_image_compress/flutter_image_compress.dart';