biometric_iot_bridge 0.1.4
biometric_iot_bridge: ^0.1.4 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.
0.1.4 #
- Fixed constructor order lint (sort_constructors_first)
- Minor internal cleanup
- No API changes
0.1.2 #
- Fix CHANGELOG formatting for pub.dev analyzer
0.1.1 #
- Update README with correct version, platform setup, full example
- Add repository, homepage, topics to pubspec
0.1.0 #
- Initial public release
- Biometric authentication via local_auth
- Secure token generation using SHA-256
- MQTT signaling bridge foundation