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

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add telegram
copied to clipboard

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

dependencies:
  telegram: ^0.0.9
copied to clipboard

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:telegram/telegram.dart';
copied to clipboard
25
likes
160
points
259
downloads
screenshot

Publisher

verified publisherusama.dev

Weekly Downloads

2024.09.26 - 2025.04.10

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

Homepage
Repository (GitHub)
Contributing

Topics

#telegram #message #send #chat

Documentation

API reference

License

MIT (license)

Dependencies

flutter, url_launcher

More

Packages that depend on telegram