devtools extension: Enable use of flutter_driver from a web app
Abierto
devtools extensions
enhancement
P3
- Lenguaje dominante
- Dart
- Estrellas
- 1.7k
- Forks
- 404
- Merge medio
- 6 d 17 h
- PR fusionados (30 d)
- 18
Descripción
### 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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.