flutter / flutter/devtools

devtools extension: Enable use of flutter_driver from a web app

Abierto
#9,961 1 comentario 0 reacciones 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.