fingerprint_sdk_flutter 0.0.10 copy "fingerprint_sdk_flutter: ^0.0.10" to clipboard
fingerprint_sdk_flutter: ^0.0.10 copied to clipboard

discontinuedreplaced by: biopassid_fingerprint_sdk
PlatformAndroidiOS

BioPass ID Fingerprint SDK Flutter plugin.

example/lib/main.dart

import 'package:fingerprint_sdk_flutter_example/screens/home_screen.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'BioPassIDFingerprint Plugin Demo',
      theme: ThemeData().copyWith(
        colorScheme: ThemeData().colorScheme.copyWith(
              primary: const Color(0XFF000000),
            ),
      ),
      debugShowCheckedModeBanner: false,
      home: const HomeScreen(),
    );
  }
}
1
likes
130
points
19
downloads

Publisher

verified publisherbiopassid.com

Weekly Downloads

BioPass ID Fingerprint SDK Flutter plugin.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fingerprint_sdk_flutter

Packages that implement fingerprint_sdk_flutter