authyo_plugin 1.0.3
authyo_plugin: ^1.0.3 copied to clipboard
Add secure, multi-channel MFA (SMS, WhatsApp, Email, Call) to your Flutter app with Authyo. Fast, simple, and flexible.
1.0.3 - 2025-08-18 #
Improved #
- Clear and helpful error message now shown when
AuthyoService.init()is called withoutclientIdorclientSecret. - The message includes a link to the Authyo dashboard, making it easier for developers to obtain their credentials quickly.
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.