finvu_authentication_sdk 1.0.0
finvu_authentication_sdk: ^1.0.0 copied to clipboard
Silent Network Authentication for Finvu Account Aggregator flows. Verifies a mobile number over the carrier network, with no OTP, on Android and iOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add finvu_authentication_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
finvu_authentication_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:finvu_authentication_sdk/finvu_authentication_sdk.dart';