flutter_passkey_service 0.0.3 copy "flutter_passkey_service: ^0.0.3" to clipboard
flutter_passkey_service: ^0.0.3 copied to clipboard

A comprehensive Flutter plugin for seamless Passkey (WebAuthn) integration on iOS and Android. Enable passwordless authentication with biometric security.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'passkey_example.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Passkey Service Demo',
      theme: ThemeData(primarySwatch: Colors.blue, useMaterial3: true),
      home: PasskeyExample(),
      debugShowCheckedModeBanner: false,
    );
  }
}
2
likes
150
points
101
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter plugin for seamless Passkey (WebAuthn) integration on iOS and Android. Enable passwordless authentication with biometric security.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_passkey_service

Packages that implement flutter_passkey_service