firebase_phone_number_verification 0.0.1 copy "firebase_phone_number_verification: ^0.0.1" to clipboard
firebase_phone_number_verification: ^0.0.1 copied to clipboard

PlatformAndroid

A Flutter plugin for Firebase Phone Number Verification (PNV) on Android. Verify the device's phone number directly from the carrier with one tap, without SMS OTPs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_phone_number_verification

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

dependencies:
  firebase_phone_number_verification: ^0.0.1

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:firebase_phone_number_verification/firebase_phone_number_verification.dart';
2
likes
160
points
43
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Firebase Phone Number Verification (PNV) on Android. Verify the device's phone number directly from the carrier with one tap, without SMS OTPs.

Repository (GitHub)
View/report issues

Topics

#firebase #phone-number-verification #authentication #otp #android

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on firebase_phone_number_verification

Packages that implement firebase_phone_number_verification