authyo_plugin
Add secure, multi-channel MFA (SMS, WhatsApp, Email, Call) to your Flutter app with Authyo. Fast, simple, and flexible.
What this package is like to depend on
Last release 1 years ago
18 Aug 2025
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
4 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Aug 2025 to Aug 2025
2026
Releases
latest 4-
1.0.318 Aug 2025Release notes
Open source →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.
- Clear and helpful error message now shown when
-
1.0.218 Aug 2025 -
1.0.114 Aug 2025Release notes
Open source →- 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.
- Inline comments to clarify core logic in the
-
1.0.013 Aug 2025Release notes
Open source →- 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.
- Initial release of the