screenshot_share_telegram 0.1.2 copy "screenshot_share_telegram: ^0.1.2" to clipboard
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_telegram

This 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.2

Alternatively, 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';
1
likes
150
points
27
downloads

Documentation

API reference

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

MIT (license)

Dependencies

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

More

Packages that depend on screenshot_share_telegram