telegram_auth_flutter 0.1.1
telegram_auth_flutter: ^0.1.1 copied to clipboard
A lightweight and fast Telegram OAuth authentication package for Flutter. Features 1-second polling, flexible configuration, and clean API without UI dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add telegram_auth_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
telegram_auth_flutter: ^0.1.1Alternatively, 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_auth_flutter/telegram_auth_flutter.dart';