flutter_telegram_auth 0.0.8
flutter_telegram_auth: ^0.0.8 copied to clipboard
A Flutter plugin for integrating Telegram Native Login SDKs for Android and iOS without webviews.
0.0.8 #
- Fixed
login-sdk.aarresolution issue when the plugin is used as a dependency in other projects. - Improved Android build configuration by implementing
rootProjectrepository injection for seamless AAR discovery. - Updated documentation and example app to reflect the latest stable build.
0.0.7 #
- Fixed
login-sdk.aarresolution issue when the plugin is used as a dependency in other projects.
0.0.6 #
- Fixed Gradle build error (NullPointerException) in host applications by restoring
android/build.gradle. - Improved Android build configuration for better compatibility with AGP 8+.
0.0.5 #
- Added
photoUrigetter toTelegramUsermodel. - Added
isTokenExpired()utility method to check token validity. - Cleaned up documentation and updated dependency versions in README.
0.0.4 #
- Added
getLocalUserFromToken()utility method to easily decode the JWT payload in Dart without backend logic.
0.0.3 #
- Fixed iOS Universal Links support (
continueUserActivity). - Improved README.md documentation with clickable URLs and explicit platform support badges.
0.0.2 #
- Bundled Android
login-sdk.aardirectly into the plugin to remove the requirement for GitHub Packages authentication. - Simplified Android App Links intent-filter for better compatibility with strict Android versions (like Xiaomi/MIUI).
- Cleaned up README.md instructions.
0.0.1 #
- Initial release.
- Support for Android Native Telegram Login.
- Support for iOS Native Telegram Login.