Brandon Pillay
Brandon Pillay

Reputation: 1166

Is it possible to lock an Android device from a Flutter app?

Would it be possible to prevent the user from accessing their device for a period of time say 1 minute from a Flutter application?

Upvotes: 0

Views: 1438

Answers (1)

eko
eko

Reputation: 672

there are couple of plugins out there you can check them

One of the plugin to lock Screen

if it doesn't help you can do it your self with native code via Method Channels

Writing custom platform-specific code

Hope that will help you.

Upvotes: 2

Related Questions