dart_vm_service 1.0.2
dart_vm_service: ^1.0.2 copied to clipboard
A CLI tool for interacting with the Dart VM Service API, allowing for debugging and introspection of Dart applications.
1.0.2 #
- Fixed issue with missing lib directory in published package
- Added explicit .pubignore file to ensure all necessary files are included
- Added dart_vm_service_library.dart to explicitly export all components
1.0.1 #
- Fixed filename typo: renamed dart_vm_service_grcp_server.dart to dart_vm_service_grpc_server.dart
- Fixed import statements to use the correct filename
1.0.0 #
- Initial version of Dart VM Service CLI tool
- Support for direct connection to Dart VM Service
- Support for gRPC server mode
- Widget interaction and debugging features