google_lens_uploader 0.0.2 copy "google_lens_uploader: ^0.0.2" to clipboard
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.

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.2
0
likes
150
points
26
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.

Homepage

License

MIT (license)

Dependencies

flutter, path_provider, webview_flutter

More

Packages that depend on google_lens_uploader