flutter / flutter/devtools

devtools extension: Enable use of flutter_driver from a web app

Open
#9,961 1 comment 0 reactions 0 assignees View on GitHub
devtools extensions enhancement P3
Dominant language
Dart
Stars
1.7k
Forks
404
Avg merge
6d 17h
Merged PRs (30d)
18

Description

### 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.