Skip to content

devtools extension: Enable use of flutter_driver from a web app #9961

Description

@planetmarshall

Use case

I'm writing a devtools extension and I'd like to include some remote driving of the target application, however flutter_driver can't be integrated into devtools as it depends on dart:io.

It would be useful to be able to call VMServiceFlutterDriver.connectedTo from devtools, which it cannot currently do because of calls into dart:io.

Proposal

A constructor that allows overriding of the methods usually delegated to dart:io

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3issues we think are valid but not importantdevtools extensionsIssues related to DevTools extensionsenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions