dart_vm_injector 1.0.0 copy "dart_vm_injector: ^1.0.0" to clipboard
dart_vm_injector: ^1.0.0 copied to clipboard

Ultra-pro Dart package for injecting and evaluating expressions in live Dart VM isolates via VM Service (WebSocket/JSON-RPC), designed for advanced debugging, live inspection, hot-patching, and securi [...]

130/ 160
pub points
27
downloads

We analyzed this package 10 days ago, and awarded it 130 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

93 out of 96 API elements (96.9 %) have documentation comments.

Some symbols that are missing documentation: dart_vm_injector.IsolateInfo.IsolateInfo.new, dart_vm_injector.VmConnectionStats.VmConnectionStats.new, dart_vm_injector.WatchEvent.WatchEvent.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:dart_vm_injector/dart_vm_injector.dart that imports:
  • package:dart_vm_injector/src/vm_injector.dart that imports:
  • package:dart_vm_injector/src/vm_connection.dart that imports:
  • package:vm_service/vm_service_io.dart that imports:
  • dart:io
Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
async ^2.11.0 2.13.1 2.13.1
meta ^1.10.0 1.19.0 1.19.0
retry ^3.1.2 3.1.2 3.1.2
vm_service ^14.0.0 14.3.1 15.3.0
web_socket_channel ^3.0.0 3.0.3 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
stream_channel - 2.1.4 2.1.4
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^14.0.0` on vm_service does not support the stable version `15.0.0`.

Try running dart pub upgrade --major-versions vm_service to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.19, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Ultra-pro Dart package for injecting and evaluating expressions in live Dart VM isolates via VM Service (WebSocket/JSON-RPC), designed for advanced debugging, live inspection, hot-patching, and security research.

Repository (GitHub)
View/report issues

Topics

#dart #vm #debugging #introspection #injection

License

MIT (license)

Dependencies

async, meta, retry, vm_service, web_socket_channel

More

Packages that depend on dart_vm_injector