Flutter for the Impatient - 9 - Track App Lifecycle (Check Permission on Resume)

preview_player
Показать описание
The best timing to check system configuration change is when your application resumed. By observing the app lifecycle events you are able to take actions on each time user switch in/out of your application.
Other tasks include lock the UI or save the document when the application becomes paused, require user provide the password when the user switched back (resumed).

------
Haven't got Flutter installed?

Understand Flutter application architect:

Next steps:
Рекомендации по теме