authyo_plugin 1.0.1
authyo_plugin: ^1.0.1 copied to clipboard
Add secure, multi-channel MFA (SMS, WhatsApp, Email, Call) to your Flutter app with Authyo. Fast, simple, and flexible.
1.0.1 - 2025-08-14 #
✨ Added #
- 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.