-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
c: performanceRelates to speed or footprint issues (see "perf:" labels)Relates to speed or footprint issues (see "perf:" labels)toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
flutter/packages/flutter_tools/lib/src/run_hot.dart
Lines 302 to 303 in 7c60b74
| for (String assetPath in device.devFS.assetPathsToEvict) | |
| await device.views.first.uiIsolate.flutterEvictAsset(assetPath); |
We should be sending on vm service message that evicts all the assets at once, as opposed to sending serial messages to evict each asset one at a time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c: performanceRelates to speed or footprint issues (see "perf:" labels)Relates to speed or footprint issues (see "perf:" labels)toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.