googlelens 0.0.1 copy "googlelens: ^0.0.1" to clipboard
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 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
0
likes
140
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package to upload an image to Google Lens via WebView and scrape basic info.

License

MIT (license)

Dependencies

flutter, path_provider, webview_flutter

More

Packages that depend on googlelens