fast_image_editor 1.0.0 copy "fast_image_editor: ^1.0.0" to clipboard
fast_image_editor: ^1.0.0 copied to clipboard

Native C image editing for Flutter. Blur, sepia, saturation, brightness, contrast, sharpen, grayscale with region-based effects via FFI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fast_image_editor

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

dependencies:
  fast_image_editor: ^1.0.0

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:fast_image_editor/fast_image_editor.dart';
0
likes
150
points
--
downloads

Documentation

API reference

Publisher

verified publisherravenlab.tech

Native C image editing for Flutter. Blur, sepia, saturation, brightness, contrast, sharpen, grayscale with region-based effects via FFI.

Repository (GitHub)
View/report issues

Topics

#image #image-processing #image-editor #filter #blur

License

MIT (license)

Dependencies

ffi, flutter, flutter_bicubic_resize

More

Packages that depend on fast_image_editor

Packages that implement fast_image_editor