flutter_secure_2fa 1.0.2
flutter_secure_2fa: ^1.0.2 copied to clipboard
A secure and flexible 2FA package for Flutter using TOTP. Supports SHA1/SHA256/SHA512 algorithms, variable digits, and time window verification.
1.0.2 #
- Added screenshots to README.
1.0.1 #
- Improved documentation and example app.
- Added screenshots placeholders and contact info.
1.0.0 #
- Initial release of
flutter_secure_2fa. - Supports TOTP secret generation.
- Supports OTP Auth URL generation for QR codes.
- Supports code verification with configurable algorithms (SHA1/SHA256/SHA512), digits (6/8), intervals, and clock drift windows.