-
Notifications
You must be signed in to change notification settings - Fork 82
Provide an app entrypoint to DWDS #2047
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
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.
Thanks Elliott, added a comment.
@@ -136,6 +136,7 @@ class AppInspector implements AppInspectorInterface { | |||
String root, | |||
Debugger debugger, | |||
ExecutionContext executionContext, | |||
LoadStrategy loadStrategy, |
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 we have the load strategy available as a globalLoadStrategy
(set on dwds.start
so we don't need to pass it around. Can we switch to using the global in this PR as well? Alternatively, we can move to passing load strategy everywhere (not sure the work involved is justifiable though).
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.
Done, thanks!
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 with a small 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!
Adding @christopherfujino as well This is a breaking change and will require the following change in |
Chris is OOO, will hold off until next week to release new version. |
Work towards flutter/devtools#5350
Requires the following changes to Flutter: flutter/flutter@master...elliette:dwdsEntrypoint