authyo_plugin 1.0.3 copy "authyo_plugin: ^1.0.3" to clipboard
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 without clientId or clientSecret.
  • 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 sendOtp and verifyOtp methods.
  • Basic input validation messages for phone number and email.
  • Scoped ScaffoldMessenger.of(context) to variables before await calls 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:
    • Email
    • SMS
    • WhatsApp
    • Voice Call
  • Provides sendOtp and verifyOtp methods for OTP-based verification.
  • Built-in customizable verification dialog.
2
likes
160
points
20
downloads

Publisher

verified publisherauthyo.io

Weekly Downloads

Add secure, multi-channel MFA (SMS, WhatsApp, Email, Call) to your Flutter app with Authyo. Fast, simple, and flexible.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter, plugin_platform_interface

More

Packages that depend on authyo_plugin

Packages that implement authyo_plugin