telegram_login 1.2.1 copy "telegram_login: ^1.2.1" to clipboard
telegram_login: ^1.2.1 copied to clipboard

Flutter plugin for Telegram Login, enabling passwordless OAuth authentication with native SDK integration for iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add telegram_login

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

dependencies:
  telegram_login: ^1.2.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:telegram_login/telegram_login.dart';
4
likes
150
points
285
downloads

Documentation

API reference

Publisher

verified publisherkhode.io

Weekly Downloads

Flutter plugin for Telegram Login, enabling passwordless OAuth authentication with native SDK integration for iOS and Android.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

equatable, flutter, plugin_platform_interface

More

Packages that depend on telegram_login

Packages that implement telegram_login