What is Flutter app lifecycle?

The observable lifecycle events are: inactive — The application is in an inactive state and is not receiving user input. … paused — The application is not currently visible to the user, not responding to user input, and running in the background. This is equivalent to onPause() in Android.

Read more