-
Notifications
You must be signed in to change notification settings - Fork 344
Move inspector_service.dart to root of shared
.
#5006
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
shared
.
I think it makes the most logical sense to have the |
I suggest to introduce this practice, except cases when it means significant overhead. The folder How does it sound? |
For the case of the In general though, I don't think pulling "screen-specific" code out of its respective Some examples where it is reasonable to have cross-screen imports:
My general opinion is this:
|
Thanks. I agree to discuss this case by case. |
RELEASE_NOTE_EXCEPTION=[refactoring]
Follow up for https://github.com/flutter/devtools/pull/4991/files/e16dbbba3ff0b40c878377ac587f3c8f2e79b4f5#r1057805952.
No functional changes.