smart_auth 3.2.0
smart_auth: ^3.2.0 copied to clipboard
Wrapper of Android SMS User Consent API, SMS Retriever API to read one time sms code, get user phone number, OTP, OTC, sms autofill, android autofill
3.2.0 · 1/1/2025 #
- Fixed method type by Dishank Jindal - PR
- Removed unnecessary type declarations
- Removed unnecessary
exclude
from theanalyses_options.yaml
- Replaced
flutter_lints
withvery_good_analysis
in the example app
3.1.0 · 22/12/2024 #
- Lowered Java version to 11 for better compatibility
- Retracted version 3.0.0
3.0.0 · 20/12/2024 #
- Improved readme by adding detailed instructions
- Improved the result returned from all methods
3.0.0-beta.1 · 19/12/2024 #
- Upgraded Android Dependencies PR - with help of OneXeor 🙏
- Kotlin version 2.0.0
- gradle plugin 8.3.2
- android sdk 35
- core-ktx 1.15.0
- Java 21
- Removed fake support for other operating systems
- Migrated to Pigeon
- Added new Credentials
Manager API
requestPhoneNumberHint
- Removed deprecated SmartLock API
getCredential
saveCredential
deleteCredential
2.0.0 · 21/01/2024 #
1.1.1 · 24/07/2023 #
- Fixed AGP 4.2<= compatibility
- Updated SDK constraints
- Updated default SMS code matcher regex length to 8 digits
1.1.0 · 12/05/2023 #
- Upgraded Gradle to 7.2.0
- Added GitHub Actions
- Static Analysis
1.0.8 · 29/12/2022 #
- Fixed Error receiving broadcast Intent
1.0.6 #
- Improved docs
1.0.5 #
- Remove downcast of Activity => FlutterActivity
1.0.4 #
- Replaced dart.io with foundation.dart
1.0.3 #
- Fake support of all operating systems, because other packages is depended on this one
1.0.1 #
- Fixed reinitializing listeners
- Fixed Typos