beon_otp_sdk 1.0.0
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_sdkThis 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.0Alternatively, 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';