mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Added SM-G960F to the list of known physical devices (#18966)
Samsung Galaxy S9 is not an emulator and installation of the release packages with 'flutter run --release' should be possible.
This commit is contained in:
parent
46da8536b6
commit
da0e898da9
@ -39,6 +39,7 @@ const Map<String, _HardwareType> _knownHardware = <String, _HardwareType>{
|
||||
'samsungexynos7870': _HardwareType.physical,
|
||||
'samsungexynos8890': _HardwareType.physical,
|
||||
'samsungexynos8895': _HardwareType.physical,
|
||||
'samsungexynos9810': _HardwareType.physical,
|
||||
};
|
||||
|
||||
class AndroidDevices extends PollingDeviceDiscovery {
|
||||
|
Loading…
Reference in New Issue
Block a user