authyo_plugin 1.0.2
authyo_plugin: ^1.0.2 copied to clipboard
Add secure, multi-channel MFA (SMS, WhatsApp, Email, Call) to your Flutter app with Authyo. Fast, simple, and flexible.
1.0.2 - 2025-08-18 #
- Code formatting and LICENSE modified.
1.0.1 - 2025-08-14 #
- Inline comments to clarify core logic in the
sendOtpandverifyOtpmethods. - Basic input validation messages for phone number and email.
- Scoped
ScaffoldMessenger.of(context)to variables beforeawaitcalls to follow best practices. - Renamed internal variable references for clarity and consistency.
1.0.0 - 2025-08-13 #
- Initial release of the
authyo_plugin. - Supports password-less authentication using:
- SMS
- Voice Call
- Provides
sendOtpandverifyOtpmethods for OTP-based verification. - Built-in customizable verification dialog.