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

BeOn OTP SDK for Flutter — send, verify, and zero-tap auto-fill one-time passwords via Android SMS Retriever and iOS keyboard suggestions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add beon_otp_sdk

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

dependencies:
  beon_otp_sdk: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:beon_otp_sdk/beon_otp_sdk.dart';
2
likes
80
points
41
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

BeOn OTP SDK for Flutter — send, verify, and zero-tap auto-fill one-time passwords via Android SMS Retriever and iOS keyboard suggestions.

Topics

#otp #authentication #sms #autofill

License

MIT (license)

Dependencies

dio, equatable, flutter, otp_autofill

More

Packages that depend on beon_otp_sdk