flutter_edge_detection 1.2.0 copy "flutter_edge_detection: ^1.2.0" to clipboard
flutter_edge_detection: ^1.2.0 copied to clipboard

A Flutter plugin for real-time edge detection and document scanning with advanced image processing capabilities.

Changelog #

1.2.0 - 2026-03-30 #

  • Fix: Support 16 KB memory page size for Android 15+ compatibility.
  • Update Android build toolchain:
    • Android Gradle Plugin (AGP): 8.5.1
    • NDK: r28 (28.0.12433510)
    • Kotlin: 1.9.24
  • Modernize OpenCV dependency:
    • Migrate from com.quickbirdstudios:opencv:3.4.5 to official org.opencv:opencv:4.13.0.
  • Improve native library packaging configuration for reliable 16 KB segment alignment.

1.1.0 - 2026-02-19 #

  • Update Dart and Flutter SDK constraints to support the latest stable releases (Dart >=3.7.0, Flutter >=3.35.7).
  • Update dependencies to current stable versions:
    • image_picker: ^1.2.1
    • path_provider: ^2.1.5
    • permission_handler: ^12.0.1
  • Improve public API documentation comments in flutter_edge_detection.dart.
  • Refine example app:
    • Follow Dart and Flutter best practices.
    • Remove use_build_context_synchronously ignores by restructuring async code.
    • Improve example README with concrete usage and run instructions.
  • Run dart format over library and example sources.

1.0.2 - 2024-06-19 #

  • Update dependencies to latest versions:
    • image_picker: ^1.1.2
    • path_provider: ^2.1.5
    • permission_handler: ^12.0.1
  • Ensure compatibility with latest stable Dart and Flutter SDKs
  • Fix version solving issues for example app

1.0.0+1 - 2024-12-19 #

Initial Release #

This is the first release of the flutter_edge_detection package, a modern Flutter plugin for real-time edge detection and document scanning.

Features #

  • 📱 Cross-platform: Works on both Android and iOS
  • 📷 Camera Integration: Live camera scanning with edge detection
  • 🖼️ Gallery Support: Process images from device gallery
  • ✂️ Smart Cropping: Automatic edge detection and cropping
  • 🎨 Image Enhancement: Black and white filter options
  • 🔧 Customizable UI: Customizable button titles and labels
  • 🛡️ Error Handling: Comprehensive error handling with custom exceptions

Technical Requirements #

  • Flutter: >=3.27.0
  • Dart: >=3.0.0
  • Android: API level 21+ (Android 5.0+)
  • iOS: 13.0+

Dependencies #

  • image_picker: ^1.0.7
  • path_provider: ^2.1.2
  • permission_handler: ^11.3.0

1.0.0 - 2024-12-19 #

Initial Release #

This is the first release of the flutter_edge_detection package, a modern Flutter plugin for real-time edge detection and document scanning.

Features #

  • 📱 Cross-platform: Works on both Android and iOS
  • 📷 Camera Integration: Live camera scanning with edge detection
  • 🖼️ Gallery Support: Process images from device gallery
  • ✂️ Smart Cropping: Automatic edge detection and cropping
  • 🎨 Image Enhancement: Black and white filter options
  • 🔧 Customizable UI: Customizable button titles and labels
  • 🛡️ Error Handling: Comprehensive error handling with custom exceptions

Technical Requirements #

  • Flutter: >=3.27.0
  • Dart: >=3.0.0
  • Android: API level 21+ (Android 5.0+)
  • iOS: 13.0+

Dependencies #

  • image_picker: ^1.0.7
  • path_provider: ^2.1.2
  • permission_handler: ^11.3.0
4
likes
150
points
258
downloads

Documentation

API reference

Publisher

verified publisherdevjay.jemira.in

Weekly Downloads

A Flutter plugin for real-time edge detection and document scanning with advanced image processing capabilities.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, image_picker, path_provider, permission_handler

More

Packages that depend on flutter_edge_detection

Packages that implement flutter_edge_detection