screenshot_share_telegram 0.1.0 copy "screenshot_share_telegram: ^0.1.0" to clipboard
screenshot_share_telegram: ^0.1.0 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 Dart:

 $ dart pub add screenshot_share_telegram

With Flutter:

 $ flutter pub add screenshot_share_telegram

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  screenshot_share_telegram: ^0.1.0

Alternatively, your editor might support dart pub get or 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';
1
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for capturing screenshots and sharing them via Telegram, local storage, or sharing with other apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, flutter, http, image, path_provider, permission_handler, share_plus

More

Packages that depend on screenshot_share_telegram