flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
10.66k stars 412 forks source link

Fetch image from a clipboard #349

Open FeodorFitsner opened 1 year ago

FeodorFitsner commented 1 year ago

Discussed in https://github.com/flet-dev/flet/discussions/336

Originally posted by **jet10000** September 16, 2022 I want to get clipboard screenshot image, How to watch clipboard images changes?
ndonkoHenri commented 1 year ago

https://github.com/flutter/flutter/issues/32045

FeodorFitsner commented 1 year ago

Yep, looks like https://pub.dev/packages/pasteboard is the way to go.

yutams commented 1 month ago

We would be happy if you could give a higher priority to implementing this functionality in order to use the image-reading generative AI!