-2

flutter native dependencies

I need a way to access native dependencies

Rafel
  • 1
  • check this please https://stackoverflow.com/questions/61889443/flutter-app-ability-to-turn-off-the-screen – Mohamed Gawdat Oct 26 '22 at 11:48
  • To turn on/off screen depending on years, you first must check what year it is and then execute function depending on that condition – Justinas Oct 26 '22 at 12:30

1 Answers1

1

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.

Gwhyyy
  • 7,554
  • 3
  • 8
  • 35