id_auth_adk 9.5.1
id_auth_adk: ^9.5.1 copied to clipboard
A Flutter SDK for authentication with RSA encryption, designed for secure API requests and phone number encryption.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add id_auth_adkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
id_auth_adk: ^9.5.1Alternatively, 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:id_auth_adk/ioh_auth_adk.dart';
import 'package:id_auth_adk/services/api_service.dart';
import 'package:id_auth_adk/services/encryption_service.dart';