Overlay Flutter app over other installed apps

20 views Asked by At

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:

  1. Flutter overlay apps to create overlay screen.

  2. permission handler to handle app permission

  3. device apps to get the installed apps

0

There are 0 answers