flutter_device_security 0.0.2 copy "flutter_device_security: ^0.0.2" to clipboard
flutter_device_security: ^0.0.2 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.

[Unreleased] #

  • iOS biometric authentication support
  • Rooted/jailbroken device detection
  • VPN detection capabilities

0.0.2 - 2026-01-02 #

Added #

  • Comprehensive API documentation for all public classes and methods
  • Library-level documentation with detailed descriptions
  • Method parameter and return value documentation
  • Platform interface documentation improvements

Changed #

  • Enhanced documentation coverage to meet pub.dev requirements (>20%)
  • Improved code readability with detailed comments

Fixed #

  • MaterialApp integration in example app
  • Directionality widget missing error resolved
  • Proper widget structure implementation

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
2
likes
160
points
144
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for checking device security features like device lock, biometric authentication, USB debugging, and OS version validation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, plugin_platform_interface

More

Packages that depend on flutter_device_security

Packages that implement flutter_device_security