devtools_mcp_extension 0.2.0
devtools_mcp_extension: ^0.2.0 copied to clipboard
Devtools MCP Extension
We analyzed this package 44 hours ago, and awarded it 90 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
1070 out of 2330 API elements (45.9 %) have documentation comments.
Some symbols that are missing documentation: _focus_utils_desktop, _focus_utils_desktop.addBlurListener, _focus_utils_desktop.removeBlurListener, _focus_utils_web, _focus_utils_web.addBlurListener.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:devtools_mcp_extension/common_imports.dartthat imports:package:devtools_mcp_extension/services/services.dartthat imports:package:devtools_mcp_extension/services/rpc_clients_orchestrator.dartthat imports:package:devtools_mcp_extension/services/forwarding_rpc_listener.dartthat imports:package:devtools_mcp_extension/services/custom_devtools_service.dartthat imports:package:devtools_mcp_extension/core/devtools_core/shared/diagnostics/inspector_service.dartthat imports:package:devtools_app_shared/ui.dartthat imports:package:devtools_app_shared/src/ui/dialogs.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package not compatible with platform iOS
Because:
package:devtools_mcp_extension/core/devtools_core/shared/utils/_focus_utils_web.dartthat imports:package:web/web.dartthat imports:package:web/src/helpers.dartthat imports:package:web/src/helpers/http.dartthat imports:package:web/src/helpers/events/events.dartthat imports:package:web/src/helpers/events/streams.dartthat imports:package:web/src/dom.dartthat imports:package:web/src/dom/xhr.dartthat imports:package:web/src/dom/html.dartthat imports:package:web/src/dom/webmidi.dartthat imports:package:web/src/dom/hr_time.dartthat imports:package:web/src/dom/user_timing.dartthat imports:package:web/src/dom/performance_timeline.dartthat imports:dart:js_interop
Package does not support platform `Windows`.
Because:
package:devtools_mcp_extension/common_imports.dartthat imports:package:devtools_mcp_extension/services/services.dartthat imports:package:devtools_mcp_extension/services/rpc_clients_orchestrator.dartthat imports:package:devtools_mcp_extension/services/forwarding_rpc_listener.dartthat imports:package:devtools_mcp_extension/services/custom_devtools_service.dartthat imports:package:devtools_mcp_extension/core/devtools_core/shared/diagnostics/inspector_service.dartthat imports:package:devtools_app_shared/ui.dartthat imports:package:devtools_app_shared/src/ui/dialogs.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `Linux`.
Because:
package:devtools_mcp_extension/common_imports.dartthat imports:package:devtools_mcp_extension/services/services.dartthat imports:package:devtools_mcp_extension/services/rpc_clients_orchestrator.dartthat imports:package:devtools_mcp_extension/services/forwarding_rpc_listener.dartthat imports:package:devtools_mcp_extension/services/custom_devtools_service.dartthat imports:package:devtools_mcp_extension/core/devtools_core/shared/diagnostics/inspector_service.dartthat imports:package:devtools_app_shared/ui.dartthat imports:package:devtools_app_shared/src/ui/dialogs.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `macOS`.
Because:
package:devtools_mcp_extension/common_imports.dartthat imports:package:devtools_mcp_extension/services/services.dartthat imports:package:devtools_mcp_extension/services/rpc_clients_orchestrator.dartthat imports:package:devtools_mcp_extension/services/forwarding_rpc_listener.dartthat imports:package:devtools_mcp_extension/services/custom_devtools_service.dartthat imports:package:devtools_mcp_extension/core/devtools_core/shared/diagnostics/inspector_service.dartthat imports:package:devtools_app_shared/ui.dartthat imports:package:devtools_app_shared/src/ui/dialogs.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `Web`.
Because:
package:devtools_mcp_extension/common_imports.dartthat imports:package:devtools_mcp_extension/core/core.dartthat imports:package:devtools_mcp_extension/core/utils/utils.dartthat imports:package:devtools_mcp_extension/core/utils/ordered_map.dartthat imports:package:xsoulspace_foundation/xsoulspace_foundation.dartthat imports:package:xsoulspace_foundation/src/foundation.dartthat imports:package:xsoulspace_foundation/src/utils/utils.dartthat imports:package:xsoulspace_foundation/src/utils/app_store_utils/app_store_utils.dartthat imports:package:xsoulspace_foundation/src/utils/app_store_utils/app_store_utils_io.dartthat imports:package:store_checker/store_checker.dartthat declares support for platforms:Android,iOS,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
WARNING: Target of URI doesn't exist: '../shared/preferences/preferences.dart'.
lib/core/devtools_core/service/vm_service_wrapper.dart:8:16
╷
8 │ /// @docImport '../shared/preferences/preferences.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/devtools_core/service/vm_service_wrapper.dart
WARNING: Target of URI doesn't exist: '../console/widgets/expandable_variable.dart'.
lib/core/devtools_core/shared/diagnostics/dart_object_node.dart:5:16
╷
5 │ /// @docImport '../console/widgets/expandable_variable.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/devtools_core/shared/diagnostics/dart_object_node.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
cupertino_icons |
^1.0.6 |
1.0.8 | 1.0.8 | |
dap |
^1.4.0 |
1.4.0 | 1.4.0 | |
dds_service_extensions |
^2.0.1 |
2.1.0 | 2.1.0 | |
devtools_app_shared |
^0.3.1 |
0.3.1 | 0.4.0 | |
devtools_extensions |
^0.3.1 |
0.3.1 | 0.4.0 | |
devtools_shared |
^11.2.0 |
11.2.1 | 12.0.0 | |
dtd |
^2.4.0 |
2.5.1 | 4.0.0 | |
equatable |
^2.0.7 |
2.0.8 | 2.0.8 | |
file_selector |
^1.0.3 |
1.1.0 | 1.1.0 | |
freezed_annotation |
^3.0.0 |
3.1.0 | 3.1.0 | |
gap |
^3.0.1 |
3.0.1 | 3.0.1 | |
http |
^1.3.0 |
1.6.0 | 1.6.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
mcp_dart_forwarding_client |
^0.1.1 |
0.1.1 | 0.1.1 | Discontinued |
meta |
^1.12.0 |
1.17.0 | 1.17.0 | |
provider |
^6.1.2 |
6.1.5+1 | 6.1.5+1 | |
stack_trace |
^1.12.1 |
1.12.1 | 1.12.1 | |
universal_io |
^2.2.2 |
2.3.1 | 2.3.1 | |
uuid |
^4.0.0 |
4.5.2 | 4.5.2 | |
vm_service |
^15.0.0 |
15.0.2 | 15.0.2 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 | |
web_socket_channel |
^3.0.2 |
3.0.3 | 3.0.3 | |
xsoulspace_foundation |
^0.0.11 |
0.0.11 | 0.3.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.5+1 | 0.3.5+1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
extension_discovery |
- | 2.1.0 | 2.1.0 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
file_selector_android |
- | 0.5.2+4 | 0.5.2+4 | |
file_selector_ios |
- | 0.5.3+5 | 0.5.3+5 | |
file_selector_linux |
- | 0.9.4 | 0.9.4 | |
file_selector_macos |
- | 0.9.5 | 0.9.5 | |
file_selector_platform_interface |
- | 2.7.0 | 2.7.0 | |
file_selector_web |
- | 0.9.4+2 | 0.9.4+2 | |
file_selector_windows |
- | 0.9.3+5 | 0.9.3+5 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_staggered_grid_view |
- | 0.7.0 | 0.7.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
infinite_scroll_pagination |
- | 4.1.0 | 5.1.1 | |
io |
- | 1.0.5 | 1.0.5 | |
json_rpc_2 |
- | 3.0.3 | 4.0.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointer_interceptor |
- | 0.10.1+2 | 0.10.1+2 | |
pointer_interceptor_ios |
- | 0.10.1+1 | 0.10.1+1 | |
pointer_interceptor_platform_interface |
- | 0.10.0+1 | 0.10.0+1 | |
pointer_interceptor_web |
- | 0.10.3 | 0.10.3 | |
pool |
- | 1.5.2 | 1.5.2 | |
shared_preferences |
- | 2.5.4 | 2.5.4 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
shelf |
- | 1.4.2 | 1.4.2 | |
sliver_tools |
- | 0.2.12 | 0.2.12 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sse |
- | 4.1.8 | 4.1.8 | |
store_checker |
- | 1.8.0 | 1.8.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unified_analytics |
- | 8.0.10 | 8.0.10 | |
url_launcher |
- | 6.3.2 | 6.3.2 | |
url_launcher_android |
- | 6.3.28 | 6.3.28 | |
url_launcher_ios |
- | 6.3.6 | 6.3.6 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
webkit_inspection_protocol |
- | 1.2.1 | 1.2.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.3 | 3.1.3 | |
yaml_edit |
- | 2.2.3 | 2.2.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^0.3.1` on devtools_app_shared does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions devtools_app_shared to update the constraint.
The constraint `^0.3.1` on devtools_extensions does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions devtools_extensions to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.