share_screenshot_widget 0.0.2
share_screenshot_widget: ^0.0.2 copied to clipboard
A Flutter Plugin to Share Widget as Screenshot -Mobile platforms (Android and iOS) This plugin allows Flutter apps to Sharing widget as Screenshot in (WhatsApp,Telegram, Instagram, Facebook Messenger).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add share_screenshot_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
share_screenshot_widget: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:share_screenshot_widget/share_screenshot_widget.dart';