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