I need to implement a feature on flutter web, where if someone copies an image by pressing crtl+c
and pastes it in a TextField
using ctrl+v
the image should pop-up and from there submit it to the database.
My question is how can I go about doing this? Is there a way to make it work with ctrl+v
rather than a button.