rectangle_detector 1.0.1 copy "rectangle_detector: ^1.0.1" to clipboard
rectangle_detector: ^1.0.1 copied to clipboard

A Flutter plugin for rectangle detection and feature point identification. Supports multiple input types including Uint8List, ui.Image, and ImageProvider with native platform integration for Android, [...]

1.0.1 #

🔧 Bug Fixes #

  • Fixed pub.dev scoring issues
  • Improved code formatting and documentation
  • Enhanced Swift Package Manager support

1.0.0 #

🎉 Major Updates #

  • Multiple Input Type Support: Now supports Uint8List, ui.Image, and ImageProvider input formats
  • New Convenience Methods:
    • detectRectangleFromImage(ui.Image image) - Detect rectangle from ui.Image
    • detectRectangleFromProvider(ImageProvider provider) - Detect rectangle from ImageProvider
    • detectAllRectanglesFromImage(ui.Image image) - Detect all rectangles from ui.Image
    • detectAllRectanglesFromProvider(ImageProvider provider) - Detect all rectangles from ImageProvider
  • Backward Compatibility: Maintains existing API unchanged, ensuring no code modifications needed
  • Enhanced Documentation: Updated README and API documentation with detailed usage examples
  • Performance Optimization: Improved internal image conversion for better processing efficiency

🔧 Technical Improvements #

  • Added dart:ui, dart:async, flutter/services.dart, and flutter/widgets.dart dependencies
  • Implemented automatic image format conversion functionality
  • Enhanced error handling and parameter validation
  • Comprehensive documentation and code comments

0.0.1 #

🚀 Initial Release #

  • Implemented rectangle feature point identification functionality
  • Multi-platform support: Android, iOS, macOS, Web
  • Native platform interface integration
  • Complete example application included
  • Built on Flutter plugin architecture
  • Support for detecting single largest rectangle and all rectangles
  • Returns precise four corner point coordinates
0
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for rectangle detection and feature point identification. Supports multiple input types including Uint8List, ui.Image, and ImageProvider with native platform integration for Android, iOS, macOS, and Web.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on rectangle_detector

Packages that implement rectangle_detector