auth_totp
A fast and easy-to-use time-based one-time password (TOTP) authentication package for your Flutter application.
2.0.0
rohit-chouhan/auth_totp
What this package is like to depend on
Last release 2 months ago
17 Jun 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
3 releases · first in 2024
1 release in the last 12 months
see the full history below
Release timeline
3 releases · Jun 2024 to Jun 2026
2025
2026
Releases
latest 3-
2.0.017 Jun 2026Release notes
Open source →- Feature: Added support for 8-digit TOTP codes (
digitsparameter). - Fix: Resolved
Unsupported operation: Int64 accessor not supported by dart2json web. - Fix: Refactored
getQRCodeUrlto useUrifor safe QR code URL generation. - Feature: Added support for SHA-256 and SHA-512 via
OTPAlgorithmenum. - Feature: Added HOTP (Counter-Based OTP) generation and verification (
generateHOTPCode,verifyHOTPCode). - Feature: Added
generateRecoveryCodesutility to generate alphanumeric backup codes. - Feature: Added
OTPAuthURIclass andparseURImethod to safely parseotpauth://URIs. - Feature: Added
generateQRMatrixusing theqrpackage for offline, privacy-focused QR code generation.
- Feature: Added support for 8-digit TOTP codes (
-
1.0.124 Jun 2024Release notes
Open source →- bug fixed
secretKeyStyleproperty added to createSecret method to customized secret key style.autoPaddingproperty added to createSecret method.intervalproperty added to verifyCode method, to set custom time interval.- create method length limit increased to 255
-
1.0.023 Jun 2024