google_lens_uploader 0.0.2
google_lens_uploader: ^0.0.2 copied to clipboard
A Flutter package to upload an image to Google Lens via WebView and scrape basic info.
0.0.2 #
- 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.