flutter_device_security 0.0.1
flutter_device_security: ^0.0.1 copied to clipboard
A Flutter plugin for checking device security features like device lock, biometric authentication, USB debugging, and OS version validation.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 - 2026-01-02 #
- iOS biometric authentication support
- Rooted/jailbroken device detection
- VPN detection capabilities
Added #
- Initial release of Flutter Device Security plugin
- Device lock detection (PIN, pattern, password)
- Android USB debugging detection
- Device version verification with remote API
- Android biometric authentication check
- Platform-specific implementations for Android and iOS
- Comprehensive error handling
- Example application with UI
Platform Support #
- Android: Device lock, USB debugging, biometric, OS version
- iOS: Device lock, OS version
Dependencies #
- plugin_platform_interface: ^2.0.2
- dio: ^5.9.0