leanflutter / screen_capturer

This plugin allows Flutter desktop apps to capture screenshots.
MIT License
83 stars 32 forks source link

Capability to show popup of screenshot captured just like ios and android #16

Open tbsmanish opened 1 year ago

tbsmanish commented 1 year ago

A flag that can be set as true or false to toggle this function. if true there will be a small popup on the right side of the screen that has currently captured the image and will be shown just for a second. if the flag is set to false no popup is displayed.

aadarshadhakalg commented 1 year ago

Can't we do this using flutter_local_notifications package?