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 File or Uint8List (raw bytes).
  • Scrapes title and description from the Lens result page.
  • Includes MultiSearchWebView for searching Google, Bing, and Yandex images by text.
  • All code is dependency-light (only webview_flutter and path_provider).

Getting started

Add to your pubspec.yaml:

dependencies:
  googlelens: ^0.0.1

Libraries

googlelens