id_auth_adk 4.0.0
id_auth_adk: ^4.0.0 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 Dart:
$ dart pub add id_auth_adkWith Flutter:
$ flutter pub add id_auth_adkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
id_auth_adk: ^4.0.0Alternatively, your editor might support dart pub get or 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/constants/api_constants.dart';
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';