1. 09 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] pretty print hot reload rejection error (#66701) · bdb830a8
      Jonah Williams authored
      If the vm of an attached device rejects a hot reload, pretty print the reason. Suggest a hot restart so that users are aware that they do not have to detach and rebuild. Also resets the last compilation time, so a subsequent restart would still apply the last change. Adds an integration test for the const field removal.
      
      Fixes #64027
      bdb830a8
  2. 05 Oct, 2020 1 commit
  3. 29 Sep, 2020 1 commit
  4. 19 Sep, 2020 1 commit
  5. 15 Sep, 2020 1 commit
  6. 08 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] standardize patterns for integration.shard (#64980) · 6b444c4d
      Jonah Williams authored
      Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used.
      
      Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
      6b444c4d
  7. 29 Jul, 2020 1 commit
  8. 21 Jul, 2020 2 commits
  9. 20 Jul, 2020 3 commits
  10. 16 Jul, 2020 2 commits
  11. 15 Jul, 2020 1 commit
  12. 14 Jul, 2020 3 commits
  13. 10 Jul, 2020 2 commits
  14. 19 Jun, 2020 2 commits
  15. 28 Apr, 2020 1 commit
    • 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
  16. 27 Apr, 2020 4 commits
  17. 17 Apr, 2020 2 commits
  18. 14 Apr, 2020 1 commit
  19. 02 Apr, 2020 1 commit
  20. 24 Mar, 2020 1 commit
  21. 18 Mar, 2020 1 commit
  22. 06 Mar, 2020 1 commit
  23. 04 Mar, 2020 2 commits
  24. 28 Feb, 2020 2 commits
  25. 27 Feb, 2020 2 commits