screenshot_share_telegram 0.1.2
screenshot_share_telegram: ^0.1.2 copied to clipboard
A Flutter package for capturing screenshots and sharing them via Telegram, local storage, or sharing with other apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add screenshot_share_telegramThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
screenshot_share_telegram: ^0.1.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:screenshot_share_telegram/main.dart';
import 'package:screenshot_share_telegram/screenshot_share.dart';