fast_image_editor
Native C image editing for Flutter. Blur, sepia, saturation, brightness, contrast, sharpen, grayscale with region-based effects via FFI.
1.0.4
19K downloads/mo
#2245 most downloaded on pub.dev
erykkruk/fast_image_editor
What this package is like to depend on
Last release 2 months ago
07 Jun 2026
Ships on a steady schedule
a new release about every 3 weeks
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
5 releases · first in 2026
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · Mar 2026 to Jun 2026Releases
latest 5-
1.0.407 Jun 2026Release notes
Open source →Added
EditRegion.topOnly,EditRegion.bottomOnly,EditRegion.leftOnlyandEditRegion.rightOnlyconst convenience constructors for single-edge regions.
-
1.0.313 May 2026Release notes
Open source →Changed
- Replaced the deprecated
library fast_image_editor;directive with the modern unnamedlibrary;declaration in the barrel file.
- Replaced the deprecated
-
1.0.207 Apr 2026 -
1.0.107 Apr 2026Release notes
Open source →Changed
- Dart SDK constraint:
>=3.2.0 <4.0.0 - Flutter constraint:
>=3.16.0 - Android
compileSdk: 33 → 35 - Android Gradle Plugin: 7.4.2 → 8.7.3
- iOS deployment target: 11.0 → 13.0
flutter_bicubic_resizedependency: ^1.4.0 → ^1.5.0- Modernized Gradle DSL
- Dart SDK constraint:
-
1.0.013 Mar 2026Release notes
Open source →Added
- High-quality bicubic image resizing via
flutter_bicubic_resizeresize/resizeAsyncwith configurable filter, edge mode, crop- Re-exported resize enums:
BicubicFilter,EdgeMode,CropAnchor,CropAspectRatio
- Radial region effects (
RadialRegion) — apply filters to circular areas
Changed
- Promoted to stable 1.0.0 release
- High-quality bicubic image resizing via