'If you would like your app to run on ${unsupportedDevicesType.join(' or ')}, consider running `flutter create .` to generate projects for these platforms.';
Run "flutter emulators" to list and start any available device emulators.
If you expected your device to be detected, please run "flutter doctor" to diagnose potential issues. You may also try increasing the time to wait for connected devices with the --device-timeout flag. Visit https://flutter.dev/setup/ for troubleshooting tips.
'''),
);
},overrides:<Type,Generator>{
AndroidSdk:()=>null,
DeviceManager:()=>NoDevicesManager(),
...
...
@@ -48,16 +59,27 @@ void main() {
Artifacts:()=>Artifacts.test(),
});
group('when includes both attached and wireless devices',(){