telegram_link 1.0.0 copy "telegram_link: ^1.0.0" to clipboard
telegram_link: ^1.0.0 copied to clipboard

simple library for generating telegram links. It is possible to generate links with number or username

example/telegram_link_example.dart

import 'package:telegram_link/telegram_link.dart';

const phoneNumber = '+39 12345678';
const username = 'test_username';

void main() {
  print(TelegramLink(phoneNumber: phoneNumber).toString());
  print(TelegramLink(username: username).toString());
}
5
likes
140
pub points
55%
popularity

Publisher

verified publisherinsideapp.it

simple library for generating telegram links. It is possible to generate links with number or username

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on telegram_link