-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add support for application exit requests #121378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c0312eb to
b925bfc
Compare
c84dfab to
b8a77ae
Compare
8a6f4b2 to
613a839
Compare
b66a893 to
753a64c
Compare
examples/api/lib/widgets/application_lifecycle/application_lifecycle.0.dart
Outdated
Show resolved
Hide resolved
31952bf to
a685df2
Compare
21b9f91 to
adc982d
Compare
|
Okay, I think this is ready for a review. |
robert-ancell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Note the CI seems to have failed due to some trivial formatting issues.
examples/api/lib/widgets/app_lifecycle_listener/app_lifecycle_listener.0.dart
Outdated
Show resolved
Hide resolved
examples/api/lib/widgets/app_lifecycle_listener/app_lifecycle_listener.0.dart
Outdated
Show resolved
Hide resolved
examples/api/lib/widgets/app_lifecycle_listener/app_lifecycle_listener.0.dart
Outdated
Show resolved
Hide resolved
examples/api/lib/widgets/app_lifecycle_listener/app_lifecycle_listener.0.dart
Outdated
Show resolved
Hide resolved
examples/api/lib/widgets/app_lifecycle_listener/app_lifecycle_listener.0.dart
Outdated
Show resolved
Hide resolved
898e414 to
b3fc1bb
Compare
380347e to
76a4f98
Compare
|
auto label is removed for flutter/flutter, pr: 121378, due to - The status or check suite Mac web_tool_tests has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Description
This adds support for handling an application exit request from the engine.
Related PRs
System.exitApplicationandSystem.requestAppExitsupport engine#39836Related Issues
Tests