PackageTrack
Sign in Get early access

advanced_image_processing_toolkit

Flutter image processing toolkit with filters, geometric transforms, watermarking, ML-powered detection (objects, faces, text, pose), and AR hooks.

0.2.0 emorilebo/advanced_image_processing

What this package is like to depend on

Last release 3 months ago

19 May 2026

Release timing varies

gaps range from 2 weeks to 7 months

Some releases are documented

notes for 7 of 17 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

17 releases · first in 2025

4 releases in the last 12 months

see the full history below

Release timeline

17 releases · Feb 2025 to May 2026
2026
Release Pre-release

Releases

latest 17
  1. 0.2.0 19 May 2026
    Release notes

    release 0.2.0: production hardening, drop com.example, fix ML Kit, sl…

    Open source →
    Release notes

    Breaking

    • Android package renamed from com.example.advanced_image_processing_toolkit to dev.godfreylebo.advanced_image_processing_toolkit. Consumers do not need to change their Dart imports; the change is only visible to Android toolchains.
    • ObjectRecognition.detectObjects now takes a file path (String) instead of Uint8List. For raw bytes, use the new detectObjectsFromBytes(bytes, InputImageMetadata) which requires explicit image metadata (ML Kit cannot infer width/height/stride from a buffer). The previous bytes-based call would throw at runtime with zero-valued metadata; this version fixes that.
    • ObjectRecognition.drawDetections has been removed. It was a stub that returned the original bytes unchanged. Draw bounding boxes in your own UI layer (e.g. CustomPainter).
    • AR plugins are no longer bundled. arkit_plugin and arcore_flutter_plugin were always documented as "optional" but in fact pulled into every consumer app. They have been removed from this package's dependencies. To use AR, add them to your own app's pubspec.yaml.

    Changed

    • Replaced the umbrella google_ml_kit dependency with the individual google_mlkit_* packages — significant install-size reduction for consumer apps. Bumped to the latest 0.11–0.15 series.
    • iOS minimum version raised to 12.0 (required by Google ML Kit).
    • Android: compileSdk → 34, AGP → 7.4.2, Kotlin → 1.9.0, declared namespace for AGP 7+.
    • dart:io access guarded behind conditional imports so the package compiles cleanly on the web.

    Fixed

    • Version numbers were inconsistent across pubspec.yaml, the in-library version constant, the iOS podspec, and API_REFERENCE.md. All now read 0.2.0.
    • ObjectRecognition.detectObjects no longer passes Size(0, 0) and bytesPerRow: 0 to InputImageMetadata — these would have thrown on any real device.
    • README documented detectFaces, recognizeText, detectPoses, detectSurfaces, and named-parameter filter signatures that did not exist in the source. The README now matches the actual API surface.
    • API_REFERENCE.md was stuck on v0.1.2 / v0.0.6 examples and showed non-static final imageFilters = ImageFilters() usage. Fully rewritten against the v0.2.0 API.
    • Native getPlatformVersion is now implemented on both Android and iOS; previously the method handler only had TODO stubs for applyGrayscale / applyBlur and getPlatformVersion silently returned notImplemented.
    • Removed the parallel duplicate platform-interface and method-channel files in lib/src/ that shadowed the canonical ones in lib/.
    Open source →
  2. 0.1.6 17 Dec 2025
    Release notes

    Added

    • Geometric transforms: applyResize, applyRotate, applyCrop, applyFlip.
    • Watermarking: applyWatermark to overlay images.
    • Colour adjustments: adjustContrast, adjustSaturation.
    • Documentation: feature graphic and updated README with new examples.
    Open source →
  3. 0.1.4 16 Nov 2025
    Release notes

    Changed

    • Release with documentation improvements and minor fixes.
    Open source →
  4. 0.1.3 16 Nov 2025
    Release notes

    Changed

    • Documentation updates and improved examples.
    • Improved code organisation and structure.
    Open source →
  5. 0.1.2 08 Apr 2025
    Release notes
    • Updated dependencies and metadata
    • Fixed version consistency
    • All tests passing
    Open source →
    Release notes

    Added

    • Improved documentation and examples.
    • Enhanced error handling for image processing operations.
    • Better platform compatibility checks.

    Fixed

    • Documentation inconsistencies.
    • Version number alignment across all files.
    • Minor performance improvements in filter applications.
    Open source →
  6. 0.1.1 08 Apr 2025
    Release notes

    Added

    • Improved object recognition with ML Kit integration.
    • Real face and pose detection.
    • Watercolour and oil-painting artistic filters.

    Fixed

    • Implementation issues with image filters.
    • Null safety issues.
    • Documentation updates.
    Open source →
  7. 0.1.0 07 Apr 2025
    Release notes

    Added

    • Initial release with basic filters and object detection.
    • Core image processing functionality.
    • Preliminary AR support.
    • Grayscale, blur, and brightness filters.
    • Object detection with confidence scoring.
    • AR session management and 3D model placement.
    Open source →
  8. 0.0.10 10 Mar 2025

    Nothing published for this version

  9. 0.0.9 09 Mar 2025

    Nothing published for this version

  10. 0.0.8 09 Mar 2025

    Nothing published for this version

  11. 0.0.7 09 Mar 2025

    Nothing published for this version

  12. 0.0.6 21 Feb 2025

    Nothing published for this version

  13. 0.0.5 20 Feb 2025

    Nothing published for this version

  14. 0.0.4 20 Feb 2025

    Nothing published for this version

  15. 0.0.3 20 Feb 2025

    Nothing published for this version

  16. 0.0.2 19 Feb 2025

    Nothing published for this version

  17. 0.0.1 19 Feb 2025

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive