I am looking to create a application using flutter that can put locks on other apps according to users choice. So can anyone tell me how to do this using flutter ? Is there any plugins out there ?
The app must work like this "when someone opens a locked app it should show a lock screen before opening the app, if the password is correct the application will be opened else it should show the password is incorrect".
check out this AppLock application using flutter, it depends on method channel and USAGE_STATS. hope this will solve your problem.