developer_mode_finder 1.0.0
developer_mode_finder: ^1.0.0 copied to clipboard
A Flutter plugin to detect if developer mode is enabled on Android devices and jailbreak status on iOS devices.
Developer Mode Finder #
A Flutter plugin that detects if developer mode is enabled on Android devices and checks for jailbreak status on iOS devices.
Features #
- ✅ Android: Detects if Developer Options are enabled
- ✅ iOS: Detects jailbroken devices and simulator environment
- ✅ Cross-platform: Works on both Android and iOS
- ✅ Simple API: Returns a clean boolean value (true/false)
- ✅ Lightweight: Minimal dependencies and efficient implementation
Platform Support #
| Platform | Support |
|---|---|
| Android | ✅ |
| iOS | ✅ |
| Web | ❌ |
| Windows | ❌ |
| Linux | ❌ |
| macOS | ❌ |
Installation #
Add this to your package's pubspec.yaml file: