kavach_flutter 1.0.1 copy "kavach_flutter: ^1.0.1" to clipboard
kavach_flutter: ^1.0.1 copied to clipboard

The official Kavach Flutter SDK. Provides cross-platform biometric authentication by securely bridging to native iOS FaceID and Android Biometrics.

🛡️ kavach_flutter

Dart SDK for the Kavach Ecosystem


📖 Overview #

The official Kavach Flutter SDK. It provides cross-platform biometric authentication by securely bridging down to native iOS FaceID and Android Biometrics through Dart platform channels.

🚀 Installation (Pub.dev) #

Add the following to your pubspec.yaml:

dependencies:
  kavach_flutter: ^1.0.0

💻 Usage #

import 'package:kavach_flutter/kavach_flutter.dart';

final kavach = KavachClient('https://api.yourdomain.com');

void login() async {
  try {
    final session = await kavach.loginWithBiometrics('user@example.com');
    print('Success!');
  } catch (e) {
    print('Authentication failed');
  }
}
0
likes
0
points
167
downloads

Publisher

unverified uploader

Weekly Downloads

The official Kavach Flutter SDK. Provides cross-platform biometric authentication by securely bridging to native iOS FaceID and Android Biometrics.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on kavach_flutter