telegram 0.0.7 copy "telegram: ^0.0.7" to clipboard
telegram: ^0.0.7 copied to clipboard

A simple and light weight utility for sending message via Telegram...

telegram Points Popularity Likes Telegram WhatsApp Contribute Now Donate Now

A simple and light weight utility for sending messages via Telegram. Telegram is a globally accessible freemium, cross-platform, cloud-based instant messaging service. The service also provides optional end-to-end encrypted chats and video calling, VoIP, file sharing and several other features.

Features #

flutter cmd

📨 Send Message via Telegram
🔗 Telegram Link Generator
📌 Copy Telegram Link
🔥 more coming soon...

Installation #

Add telegram as dependency by running the command below:

flutter pub add telegram

OR

Add telegram this in your pubspec.yaml:

dependencies:
  telegram:

Usage 📨 #

FAQs
/// Send message via Telegram
Telegram.send(
  username:'UsamaSarwar',
  message:'Thanks for building Telegram Package :)'
);
/// Copy Telegram message Link to clipboard
Telegram.copyLinkToClipboard(
  username:'UsamaSarwar',
  message:'Thanks for building Telegram Package :)'
);
/// Get Telegram message link as String
Telegram.getLink(
  username:'UsamaSarwar',
  message:'Thanks for building Telegram Package :)'
);

Contribution 💙 #

You are warmly welcome for contributing telegram package. Checkout this contribution guide.

telegram contributions

Open Source Contributor from Punjab, Pakistan 🇵🇰


Flutter telegram package

22
likes
160
pub points
85%
popularity
screenshot

Publisher

verified publisherusama.dev

A simple and light weight utility for sending message via Telegram...

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#telegram #message #send #chat

Documentation

API reference

License

MIT (license)

Dependencies

flutter, url_launcher

More

Packages that depend on telegram