Rafel
Rafel

Reputation: 1

Is it possible to create a flutter app to lock screen/ Turn on and off the screen in 2022?

flutter native dependencies

I need a way to access native dependencies

Upvotes: -2

Views: 2158

Answers (1)

Gwhyyy
Gwhyyy

Reputation: 9196

you can use the flutter_screen_lock, which provides the ability to lock the screen on ios and android. Biometric authentication can be used in addition to passcode.

Upvotes: 1

Related Questions