SIGN IN SIGN UP

[flutter_tools] remove flutter view cache (#56223)

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.
J
Jonah Williams committed
209bdcb6695b6bffa7b21ce6fc8fcf2310f5ecd0
Parent: a48a51b
Committed by GitHub <noreply@github.com> on 5/5/2020, 5:47:01 PM