- Add VariableSpec class with magnitude field validation - Add Formula class supporting multiple input/output variables - Support d4rt_code as string or object with code field - Add comprehensive tests for parsing and serialization - Fix broken test import in pruebas_d4rt_test.dart Follows README.md format requirements exactly
857 B
857 B
The webkit_inspection_protocol package is a client for the Chrome DevTools Protocol
(previously called the Webkit Inspection Protocol). It's used to talk to Chrome DevTools
based debuggers.
The protocol
Read more about the protocol here.
Disclaimer
This is not an official Google product.