woltapp / wolt_modal_sheet

This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page.
MIT License
512 stars 65 forks source link

[Coffee Maker App] Introduce AppLifecycleObserver Widget for App Lifecycle Management #311

Closed ulusoyca closed 3 months ago

ulusoyca commented 3 months ago

Description

Prepares the coffee maker navigator 2.0 demo app for the workshop which will be held in Flutter&Friends.

This PR introduces a new widget in the coffee maker demo app, AppLifecycleObserver, designed to handle app lifecycle events, such as when the app is foregrounded or backgrounded.

https://github.com/user-attachments/assets/596a1086-d0a0-4149-93e9-39770e2c16df

github-actions[bot] commented 3 months ago

It appears that this PR does not include any tests. It is recommended to add tests, especially for critical changes, to ensure code quality and prevent regressions. However, if this PR is only updating samples or documentation, feel free to skip adding tests and disregard this comment.