googlelens 0.0.1
googlelens: ^0.0.1 copied to clipboard
A Flutter package to upload an image to Google Lens via WebView and scrape basic info.
0.0.1 #
- Initial release of
googlelens. - Upload an image to Google Lens via WebView.
- Injects image into a hidden form and posts to Google Lens.
- Scrapes basic title/description from the Lens result page.
- Includes a
LensUploadViewwidget and aMultiSearchWebViewfor text queries.