image_jpeg 1.1.1 copy "image_jpeg: ^1.1.1" to clipboard
image_jpeg: ^1.1.1 copied to clipboard

Flutter plug-in for image compression JPEG upload supports image blurring, rotation processing, and loading resource files and memory images (bytes).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_jpeg

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  image_jpeg: ^1.1.1

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:image_jpeg/image_jpeg.dart';
1
likes
40
pub points
27%
popularity

Publisher

unverified uploader

Flutter plug-in for image compression JPEG upload supports image blurring, rotation processing, and loading resource files and memory images (bytes).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on image_jpeg