flutter_telegram_auth 0.1.4 copy "flutter_telegram_auth: ^0.1.4" to clipboard
flutter_telegram_auth: ^0.1.4 copied to clipboard

A Flutter plugin for integrating Telegram Login across Android, iOS, and Web. Uses native SDKs for mobile without webviews.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_telegram_auth

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

dependencies:
  flutter_telegram_auth: ^0.1.4

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:flutter_telegram_auth/flutter_telegram_auth.dart';
3
likes
160
points
567
downloads

Documentation

API reference

Publisher

verified publishermr-nodir.uz

Weekly Downloads

A Flutter plugin for integrating Telegram Login across Android, iOS, and Web. Uses native SDKs for mobile without webviews.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on flutter_telegram_auth

Packages that implement flutter_telegram_auth