Loading...

Question #165MediumFlutter Basics

When the app is in foreground notification appears at the top tapping on the notification the lifecycle state is changing from inactive to resume why? Check both in android and ios ?

#state#android#ios

Answer

* **Note:** This state change might happen on Android specifically; verification is needed for iOS. * Similarly, native Android popups (e.g., Battery Optimization, Credential Manager) can trigger a transition from `inactive` to `resumed`. (Verify iOS behavior for similar native popups).