lasso_text_detector 0.0.1
lasso_text_detector: ^0.0.1 copied to clipboard
A Flutter package to detect and extract text by circling it with a lasso gesture.
0.0.1 #
- Initial release of
lasso_text_detector. - Features:
- Lasso-based gesture detection for text selection.
- Support for
RenderParagraph(RichText) andRenderEditable(SelectableText). - High-precision hit testing using Ray Casting and Segment Intersection algorithms.
LassoTextControllerfor asynchronous result handling.- Built-in duplicate prevention for detected text segments.