Last updated:
0 purchases
screenshot and share
screenshot_and_share #
A Flutter plugin to take a screenshot using native code and share it via the platform's share image dialog.
Installation #
Add:
screenshot_and_share: ^0.0.1
copied to clipboard
in your pubspec.yaml dependencies.
How to use #
importing the library:
import 'package:screenshot_share/screenshot_share.dart';
copied to clipboard
Take screenshot & sharing:
ScreenshotShare.takeScreenshotAndShare();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.