flutter / flutter/devtools

devtools extension: Enable use of flutter_driver from a web app

Aperta
#9,961 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
devtools extensions enhancement P3
Lingua principale
Dart
Stelle
1.7k
Fork
404
Merge medio
6g 17h
PR unite (30g)
18

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.