flutter_telegram_auth 0.1.1 copy "flutter_telegram_auth: ^0.1.1" to clipboard
flutter_telegram_auth: ^0.1.1 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 Dart:

 $ dart pub add flutter_telegram_auth

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 dart pub get):

dependencies:
  flutter_telegram_auth: ^0.1.1

Alternatively, your editor might support dart pub get or 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
0
points
567
downloads

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

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on flutter_telegram_auth

Packages that implement flutter_telegram_auth