OutdatedGuy / Whats-That-Anime

A Flutter application to search for Anime details for images/screenshots
https://whats-that-anime.outdatedguy.rocks
GNU Affero General Public License v3.0
1 stars 0 forks source link

Image copy-paste for web version #14

Closed malivinayak closed 2 years ago

malivinayak commented 2 years ago

For web version consider this feature as just copy pasting the image.

Explanation - when we take screenshot from anime it will automatically copied to our clipboard. after that just for sec of searching we need to save it and again upload it for result. Instead of saving and uploading, it is really good if we can directly paste it into website after taking a screenshot. For live demo check this out. You can either copy the image either by pressing key ctrl + C (for windows ) { or by right click to image and copy} or just take a screenshot as 🪟windows + shift + s and paste it by keys ctrl + V to this website

Take a look for reference about this feature. Hope it will make scenes for web version.

OutdatedGuy commented 2 years ago

Yo @malivinayak, thanks for filling this feature request.

Copy and Paste is a nice idea for web version. However, due to Web Clipboard API limitations, Flutter as of now does not support accessing image data from the Clipboard in the web platform.

Hence, this issue is currently being put on hold. If you manage to find a way, feel free to send a PR.

malivinayak commented 2 years ago

Thank You for your reply. If I manage to implement I will definitely let you know.