Merge pull request #29 from srawlins/dynamic-as-bottom

Fix uses_dynamic_as_bottom error
tree: c18f089e8897ac23c86c5fc0a468db33507fc657
  1. bin/
  2. lib/
  3. test/
  4. tool/
  5. .gitignore
  6. .project
  7. .travis.yml
  8. analysis_options.yaml
  9. AUTHORS
  10. changelog.md
  11. LICENSE
  12. PATENTS
  13. pubspec.yaml
  14. readme.md
readme.md

webkit_inspection_protocol.dart

Build Status pub package

What is it?

The webkit_inspection_protocol package is a client of the Webkit Inspection Protocol (WIP). 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.