1. 06 Mar, 2023 1 commit
  2. 23 Jan, 2023 1 commit
  3. 10 Jan, 2023 1 commit
  4. 15 Dec, 2022 1 commit
  5. 07 Sep, 2022 1 commit
  6. 27 Jul, 2022 1 commit
  7. 03 Jun, 2022 1 commit
  8. 25 May, 2022 1 commit
  9. 30 Mar, 2022 1 commit
  10. 02 Feb, 2022 1 commit
  11. 08 Oct, 2021 3 commits
  12. 04 Oct, 2021 1 commit
  13. 04 Aug, 2021 1 commit
  14. 08 Jun, 2021 1 commit
  15. 21 May, 2021 1 commit
  16. 12 May, 2021 1 commit
  17. 23 Apr, 2021 1 commit
  18. 21 Apr, 2021 1 commit
  19. 18 Apr, 2021 1 commit
  20. 07 Apr, 2021 1 commit
  21. 18 Feb, 2021 1 commit
  22. 11 Feb, 2021 1 commit
  23. 02 Feb, 2021 1 commit
  24. 27 Jan, 2021 1 commit
  25. 06 Jan, 2021 1 commit
  26. 05 Dec, 2020 1 commit
  27. 20 Nov, 2020 1 commit
  28. 18 Nov, 2020 1 commit
  29. 27 Oct, 2020 1 commit
  30. 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
  31. 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
  32. 05 Oct, 2020 1 commit
  33. 16 Sep, 2020 2 commits
  34. 31 Aug, 2020 2 commits
  35. 29 Aug, 2020 1 commit
  36. 28 Aug, 2020 1 commit