flutter_edge_detection 1.2.0
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.5to officialorg.opencv:opencv:4.13.0.
- Migrate from
- 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_synchronouslyignores by restructuring async code. - Improve example README with concrete usage and run instructions.
- Run
dart formatover 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