commit | a8198122b87c410fa372cc8b7eb13681fdc81e88 | [log] [tgz] |
---|---|---|
author | John McCutchan <john@johnmccutchan.com> | Tue Aug 09 13:02:15 2016 -0700 |
committer | GitHub <noreply@github.com> | Tue Aug 09 13:02:15 2016 -0700 |
tree | 81c0c74defebca1560ca7dc0f51296a8fb3a3aae | |
parent | 9543366eabffd49df9a181f3b1c244af71b877cb [diff] [blame] |
Enable hot mode for iOS devices (#5308)
diff --git a/packages/flutter_tools/lib/src/ios/devices.dart b/packages/flutter_tools/lib/src/ios/devices.dart index 28b478f..0d81085 100644 --- a/packages/flutter_tools/lib/src/ios/devices.dart +++ b/packages/flutter_tools/lib/src/ios/devices.dart
@@ -68,6 +68,9 @@ String get pusherPath => _pusherPath; @override + bool get supportsHotMode => true; + + @override final String name; _IOSDeviceLogReader _logReader;