I'm creating an app lock using Flutter. I want the lock screen to overlay over other selected apps from the list of installed apps.
I'm allowing display over other apps. But when I open the selected apps in my device, it doesn't show the unlock screen. How can I resolve this ? Or, which plugin I can use to do so ?
Currently I'm using following plugins:
Flutter overlay apps to create overlay screen.
permission handler to handle app permission
device apps to get the installed apps