1. 02 Feb, 2022 1 commit
  2. 08 Oct, 2021 3 commits
  3. 04 Oct, 2021 1 commit
  4. 04 Aug, 2021 1 commit
  5. 08 Jun, 2021 1 commit
  6. 21 May, 2021 1 commit
  7. 12 May, 2021 1 commit
  8. 23 Apr, 2021 1 commit
  9. 21 Apr, 2021 1 commit
  10. 18 Apr, 2021 1 commit
  11. 07 Apr, 2021 1 commit
  12. 18 Feb, 2021 1 commit
  13. 11 Feb, 2021 1 commit
  14. 02 Feb, 2021 1 commit
  15. 27 Jan, 2021 1 commit
  16. 06 Jan, 2021 1 commit
  17. 05 Dec, 2020 1 commit
  18. 20 Nov, 2020 1 commit
  19. 18 Nov, 2020 1 commit
  20. 27 Oct, 2020 1 commit
  21. 12 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] use fixed entry for dill uploads (#67837) · 0afddf35
      Jonah Williams authored
      For historical reasons, the flutter tool uploads dill files to paths based on the entrypoint URI. This isn't actually necessary, and the tool can use specific files : main.dart.incremental.dill for incremental dills, and main.dart.dill/main.dart.swap.dill for full dills. This allows hot restarting applications with an entrypoint outside of lib/ and simplifies the devFS code.
      
      Fixes #63243
      0afddf35
  22. 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
  23. 05 Oct, 2020 1 commit
  24. 16 Sep, 2020 2 commits
  25. 31 Aug, 2020 2 commits
  26. 29 Aug, 2020 1 commit
  27. 28 Aug, 2020 2 commits
  28. 27 Aug, 2020 1 commit
    • Ben Konyi's avatar
      Re-enable the Dart Development Service (DDS) (#64671) · d7d12412
      Ben Konyi authored
      This change re-enables DDS and outputs the DDS URI in place of the VM
      service URI on the console. If --disable-dds is not provided,
      --host-vmservice-port will be used to determine the port for DDS rather
      than the host port for the VM service, which will instead be randomly
      chosen.
      d7d12412
  29. 29 Jul, 2020 1 commit
  30. 21 Jul, 2020 2 commits
  31. 20 Jul, 2020 2 commits
  32. 16 Jul, 2020 2 commits