• Jonah Williams's avatar
    [flutter_tools] remove flutter view cache (#56223) · 209bdcb6
    Jonah Williams authored
    Remove caching of FlutterView. Perhaps the FlutterView RPC might return an empty list if the VM is not quite up yet? We had some old logic to poll the flutter views RPC for up to 200ms. That doesn't seem like a great approach, so instead we could forgo it entirely and trust that either the views come up before the developer tries to interact, or we crash.
    209bdcb6
vmservice.dart 24.4 KB