authyo_plugin 1.0.0 copy "authyo_plugin: ^1.0.0" to clipboard
authyo_plugin: ^1.0.0 copied to clipboard

The Authyo Flutter plugin offers a simple, production-ready way to add secure, multi-channel MFA to your app using Authyo. Ideal for legacy or passwordless systems with support for SMS, WhatsApp, Emai [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add authyo_plugin

With Flutter:

 $ flutter pub add authyo_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  authyo_plugin: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:authyo_plugin/authyo_plugin.dart';
2
likes
0
points
20
downloads

Publisher

verified publisherauthyo.io

Weekly Downloads

The Authyo Flutter plugin offers a simple, production-ready way to add secure, multi-channel MFA to your app using Authyo. Ideal for legacy or passwordless systems with support for SMS, WhatsApp, Email, and Voice Call.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

dio, flutter, plugin_platform_interface

More

Packages that depend on authyo_plugin

Packages that implement authyo_plugin