/share_screenshot

take screenshot of screen , add watermark and share in flutter

Primary LanguageDart

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