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.
googlelens #
A Flutter package that lets you send images to Google Lens using a hidden HTML form inside a WebView, then extracts basic information (title, description) from the result page.
Features #
- Uploads images to Google Lens automatically.
- Works with
FileorUint8List(raw bytes). - Scrapes title and description from the Lens result page.
- Includes
MultiSearchWebViewfor searching Google, Bing, and Yandex images by text. - All code is dependency-light (only
webview_flutterandpath_provider).
Getting started #
Add to your pubspec.yaml:
dependencies:
googlelens: ^0.0.1