screenshot_share_image 0.0.4 screenshot_share_image: ^0.0.4 copied to clipboard
Screenshot and share image
screenshot_share_image #
A Flutter plugin to take a screenshot using native code and share it via the platform's share image dialog.
Installation #
Add:
screenshot_share_image: ^0.0.4
in your pubspec.yaml dependencies.
How to use #
importing the library:
import 'package:screenshot_share_image/screenshot_share_image.dart';
Take screenshot & share:
ScreenshotShareImage.takeScreenshotShareImage();