Skip to content

take screenshot of screen , add watermark and share in flutter

Notifications You must be signed in to change notification settings

arnav-snowleo/share_screenshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

share_screenshot

Take screenshot of a screen and share it, just like the share feature in inshorts

// good read for image processing // https://github.com/brendan-duncan/image/wiki/Examples

Dependencies

  • screenshot: ^1.2.3 to capture screenshot

  • share: ^2.0.4 to share (via social media)

  • image: ^3.0.7 to watermark and process the image

  • permission_handler: ^8.1.6 to ask for permission to store captured image and the app icon

  • path_provider: provides path where the image is stored in mobile dir