biometric_iot_bridge 0.1.2
biometric_iot_bridge: ^0.1.2 copied to clipboard
Securely authenticate users with biometrics and trigger remote IoT actions via MQTT. Designed for Flutter apps requiring hardware-level trust and device control.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add biometric_iot_bridgeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
biometric_iot_bridge: ^0.1.2Alternatively, 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:biometric_iot_bridge/biometric_iot_bridge.dart';