-
Notifications
You must be signed in to change notification settings - Fork 337
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
Add hot reload button and support service registration. #90
Conversation
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.
approved with tips on how to make the tests shorter but still as effective.
@@ -102,6 +138,17 @@ class ServiceConnectionManager { | |||
_stateController.add(null); | |||
_connectionClosedController.add(null); | |||
} | |||
|
|||
// TODO(kenzie): add hot restart method, register method in flutter_tools. |
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.
@aam would be a good one to coordinate with here
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.
Btw @aam helpe me figure out how to call this service extension from the devtools web app.
Uses the existing 'reloadSources' service in flutter_tools. Will implement hot restart in a later CL.
Piggy backs off of @jacob314 's demo.