screenshot_share_telegram 0.1.1+1 copy "screenshot_share_telegram: ^0.1.1+1" to clipboard
screenshot_share_telegram: ^0.1.1+1 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.1+1

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
140
points
21
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)

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on screenshot_share_telegram