PackageTrack
Sign in Get early access

webkit_inspection_protocol

A client for the Chrome DevTools Protocol (previously called the Webkit Inspection Protocol).

1.2.1 8.4M downloads/mo #58 most downloaded on pub.dev google/webkit_inspection_protocol.dart

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 9 days to 1.2 years

Most releases are documented

notes for 29 of 37 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

37 releases · first in 2015

0 releases in the last 12 months

see the full history below

Release timeline

37 releases · May 2015 to Aug 2023
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 37
  1. 1.2.1 31 Aug 2023
    Release notes
    • Make the return type of runtime's ExceptionDetails.url field nullable.
    • Make the return type of runtime's StackTrace.description field nullable.
    • Increase required SDK to 3.0.0.
    Open source →
    Release notes
    • Make the return type of runtime's ExceptionDetails.url field nullable.
    • Make the return type of runtime's StackTrace.description field nullable.
    • Increase required SDK to 3.0.0.
    Open source →
  2. 1.2.0 31 Aug 2022
    Release notes
    • introduce an optional parameter

    • address typo

    • add some test plumbing

    Open source →
    Release notes
    • Introduce an optional onError parameter when setting up a [WipConnection]. This can be used to report errors from the underlying [WebSocket].
    Open source →
  3. 1.1.0 19 May 2022
    Release notes

    prep to publish 1.1.0 (#89)

    Open source →
    Release notes
    • Have ChromeConnection.getTabs return better exceptions where there's a failure setting up the Chrome connection (#85).
    • Introduce a new, optional retryFor parameter to ChromeConnection.getTabs. This will re-try failed connections for a period of time; it can be useful to mitigate some intermittent connection issues very early in Chrome's startup.
    Open source →
  4. 1.0.1 05 May 2022
    Release notes

    rev to 1.0.1 (#84)

    Open source →
    Release notes
    • Use package:lints for analysis.
    • Populate the pubspec repository field.
    • Enable the avoid_dynamic_calls lint.
    Open source →
  5. 1.0.0 28 Feb 2021
    Release notes

    migrate to null safety (#67)

    Open source →
    Release notes
    • Migrate to null safety.
    Open source →
  6. 0.7.5 08 Feb 2021
    Release notes
    • Allow the latest logging package.
    Open source →
  7. 0.7.4 05 Nov 2020
    Release notes
    • Support params to stepInto and stepOver.
    Open source →
  8. 0.7.3 26 May 2020
    Release notes

    Fix type issue with GlobalObjectClearedEvents (#61)

    Fix type issue with GlobalObjectClearedEvents

    Open source →
    Release notes
    • Fix a type issue with GlobalObjectClearedEvents
    Open source →
  9. 0.7.2 23 May 2020
    Release notes
    • Fix a bug in StackTrace.parent
    Open source →
  10. 0.7.1 20 May 2020
    Release notes
    • Exposed Debugger.setAsyncCallStackDepth
    • Exposed StackTrace.parent
    Open source →
  11. 0.7.0 18 May 2020
    Release notes

    expose more methods; change API; rev version (#58)

    expose more methods; change API; rev version

    Open source →
    Release notes
    • Normalized all objects to expose a json field for raw access to the protocol information
    • Exposed Runtime.getProperties, Runtime.getHeapUsage, and Runtime.getIsolateId
    • Exposed DebuggerPausedEvent.hitBreakpoints and DebuggerPausedEvent.asyncStackTrace
    • Exposed WipCallFrame.returnValue
    • Removed WrappedWipEvent (in favor of just using WipEvent)
    • Removed WipRemoteObject (in favor of just using RemoteObject)
    Open source →
  12. 0.6.0 13 May 2020
    Release notes

    Merge pull request #57 from google/0.6.0

    add APIs to view WIP traffic

    Open source →
    Release notes
    • Add onSend and onReceive in WipConnection
    • Expose onExecutionContextCreated, onExecutionContextDestroyed, and onExecutionContextsCleared on WipRuntime
    Open source →
  13. 0.5.4 13 May 2020

    Nothing published for this version

  14. 0.5.3 07 May 2020
    Release notes
    • expose name in WipScope
    Open source →
  15. 0.5.2 03 May 2020
    Release notes
    • have ExceptionDetails and WipError implement Exception
    • add code and message getters to WipError
    Open source →
  16. 0.5.1 02 May 2020
    Release notes
    • add Runtime.evaluate
    • add Debugger.setBreakpoint
    • add Debugger.removeBreakpoint
    • add Debugger.evaluateOnCallFrame
    • add Debugger.getPossibleBreakpoints
    Open source →
  17. 0.5.0 22 Jul 2019
    Release notes
    • removed the bin/multiplex.dart binary to the example/ directory
    • remove dependencies on package:args, package:shelf, and package:shelf_web_socket`
    Open source →
  18. 0.5.0+1 04 Mar 2020
    Release notes
    • fixed a bug in reading type of WipScope
    Open source →
  19. 0.4.2 03 Jul 2019
    Release notes
    • Cast HttpClientResponse to Stream<List<int>> in response to SDK breaking change.
    Open source →
  20. 0.4.1 18 Jun 2019
    Release notes
    • Fix page.reload method.
    • Disable implicit casts when developing this package.
    Open source →
  21. 0.4.0 04 Mar 2019
    Release notes
    • Change the RemoteObject.value return type to Object.
    Open source →
  22. 0.3.6 30 Aug 2018
    Release notes
    • Expose the target domain and additional runtime domain calls
    Open source →
  23. 0.3.5 26 Jul 2018
    Release notes
    • Widen the Dart SDK constraint
    Open source →
  24. 0.3.4 29 May 2018
    Release notes
    • Several fixes for strong mode at runtime issues
    • Rename uses of deprecated dart:io constants
    Open source →
  25. 0.3.3 14 Apr 2018
    Release notes
    • Upgrade the Dart SDK minimum to 2.0.0-dev
    • Rename uses of deprecated dart:convert constants
    Open source →
  26. 0.3.2 17 Jan 2018
    Release notes
    • Analysis fixes for strong mode
    • Upgrade to the latest package dependencies
    Open source →
  27. 0.3.1 16 Jun 2017
    Release notes
    • Expose ConsoleAPIEvent.timestamp
    • Expose LogEntry.timestamp
    Open source →
  28. 0.3.0 11 Jun 2017
    Release notes
    • Expose the runtime domain.
    • Expose the log domain.
    • Deprecated the console domain.
    • Fix a bug in Page.reload().
    • Remove the use of parts.
    Open source →
  29. 0.2.2 09 Jun 2017
    Release notes
    • Make the package strong mode clean.
    Open source →
  30. 0.2.1 09 Jun 2016

    Nothing published for this version

  31. 0.2.1+1 09 Jun 2016

    Nothing published for this version

  32. 0.2.0 22 Feb 2016

    Nothing published for this version

  33. 0.2.0+1 22 Feb 2016

    Nothing published for this version

  34. 0.1.2 09 Jul 2015

    Nothing published for this version

  35. 0.1.0 10 Jun 2015

    Nothing published for this version

  36. 0.0.1 06 May 2015
    Release notes
    • Initial version (library moved out of the grinder package).
    Open source →
  37. 0.0.1+1 06 May 2015

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive