flutter_jailbreak_detection_plus
Flutter jailbreak and root detection plugin.
It uses RootBeer on Android, and IOSSecuritySuite on iOS.
Getting Started
import 'package:flutter_jailbreak_detection_plus/flutter_jailbreak_detection_plus.dart';
bool jailbroken = await FlutterJailbreakDetectionPlus.jailbroken;
bool developerMode = await FlutterJailbreakDetectionPlus.developerMode; // android only.