/screenshotshareimage_plugin_flutter

A Flutter plugin to capture and share a screenshot of your device current state.

Primary LanguageJavaMIT LicenseMIT

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.5

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();