• Jonah Williams's avatar
    [flutter_tools] reland migrate FlutterViews to package:vm_service (#55797) · ffcf1db3
    Jonah Williams authored
    Move FlutterView and related RPCs to the package:vm_service implementation. Update some getIsolate calls with catchError to match previous behavior.
    
    - Updates tests that were previously mocking FlutterViews to use real views
    - Moves the FlutterView cache from VM to FlutterDevice
    - Catch SentinelException during Isolate.kill
    ffcf1db3
hot_reload_test.dart 6.54 KB