-
Notifications
You must be signed in to change notification settings - Fork 348
Support static DevTools extensions #7612
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
packages/devtools_app/lib/src/extensions/extension_service.dart
Outdated
Show resolved
Hide resolved
packages/devtools_app/lib/src/extensions/extension_service.dart
Outdated
Show resolved
Hide resolved
packages/devtools_app/lib/src/extensions/extension_service.dart
Outdated
Show resolved
Hide resolved
packages/devtools_app/lib/src/extensions/extension_service.dart
Outdated
Show resolved
Hide resolved
packages/devtools_app/lib/src/extensions/extension_service.dart
Outdated
Show resolved
Hide resolved
packages/devtools_app/lib/src/extensions/extension_service.dart
Outdated
Show resolved
Hide resolved
packages/devtools_shared/lib/src/extensions/extension_manager.dart
Outdated
Show resolved
Hide resolved
packages/devtools_shared/lib/src/extensions/extension_model.dart
Outdated
Show resolved
Hide resolved
Changes LGTM so far. Will re-review once tests are added. |
packages/devtools_app/lib/src/extensions/extension_service.dart
Outdated
Show resolved
Hide resolved
packages/devtools_test/lib/src/mocks/generated_mocks_factories.dart
Outdated
Show resolved
Hide resolved
@DanTup would you be able to test this out on Windows and verify this is WAI?
|
Edit: Ignore that... it was taking a while to start up and I opened the log file.. but I had not enabled logging and was logging at an old log from last time I was using this test project 🤦♂️ |
Work towards #7569.
Still working on test coverage but this is ready for an initial review.