I'm developing a flutter app and I need to detect if the app is installed on a jailbroken device, I could actually detect jailbroken devices using packages like Freerasp or Flutter Jailbreak Detection, but the thing is that there is a tool called liberty lite that can bypass these jailbreak detection tools.
My question is that is there any way to detect this tool or to prevent app installation on devices that enable this tool using flutter?