rauth_flutter 2.0.41
rauth_flutter: ^2.0.41 copied to clipboard
RAuth v2 Flutter SDK - Cross-platform reverse authentication library for WhatsApp, Reverse SMS, OneID, and Passkey. Supports Android, iOS, and Web with dual SIM support, device info auto-detection, HM [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rauth_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rauth_flutter: ^2.0.41Alternatively, 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:rauth_flutter/rauth_flutter.dart';