1. 07 Sep, 2022 1 commit
  2. 26 Aug, 2022 1 commit
  3. 24 Aug, 2022 1 commit
  4. 11 Aug, 2022 1 commit
  5. 29 Jul, 2022 1 commit
  6. 27 Jul, 2022 1 commit
  7. 20 Jul, 2022 1 commit
  8. 18 Jul, 2022 1 commit
  9. 15 Jul, 2022 1 commit
  10. 15 Jun, 2022 1 commit
  11. 03 Jun, 2022 2 commits
  12. 26 Apr, 2022 1 commit
  13. 21 Apr, 2022 1 commit
  14. 14 Apr, 2022 1 commit
  15. 30 Mar, 2022 1 commit
  16. 09 Mar, 2022 1 commit
  17. 19 Feb, 2022 1 commit
  18. 18 Feb, 2022 1 commit
  19. 15 Feb, 2022 1 commit
    • Ben Konyi's avatar
      Update flutter_tools to look for new VM service message (#97683) · 2a2f9731
      Ben Konyi authored
      * Update flutter_tools to look for new VM service message
      
      The Dart SDK will soon move away from the current Observatory message:
      
      "Observatory listening on ..."
      
      To a new message that no longer references Observatory:
      
      "Dart VM Service listening on ..."
      
      This change updates all tests with mocks to check for the new message
      and also adds support for the new message in ProtocolDiscovery.
      
      See https://github.com/dart-lang/sdk/issues/46756
      
      * Fix some parsing locations
      
      * Fix analysis failures
      
      * Update message
      
      * Remove extra comment
      
      * Update message
      
      * Add globals prefix
      2a2f9731
  20. 02 Feb, 2022 1 commit
  21. 11 Nov, 2021 1 commit
  22. 02 Nov, 2021 1 commit
  23. 27 Oct, 2021 1 commit
    • stuartmorgan's avatar
      Set TargetFile define for resident builds (#92511) · ed61608a
      stuartmorgan authored
      Dart plugin registration generation depends on the target main file
      being set as a define so that it's available in the environment, but the
      resident runner wasn't setting it. That worked for initial builds
      because of the re-entrant call to `assemble` (which does set it), but
      caused Hot Restart to always re-generate the wrapper using
      lib/main.dart.
      
      This ensures that the define is set in that codepath as well.
      
      Fixes https://github.com/flutter/flutter/issues/91535
      ed61608a
  24. 21 Oct, 2021 2 commits
  25. 19 Oct, 2021 1 commit
  26. 14 Oct, 2021 2 commits
  27. 11 Oct, 2021 1 commit
  28. 08 Oct, 2021 3 commits
  29. 05 Oct, 2021 1 commit
  30. 23 Aug, 2021 1 commit
  31. 18 Aug, 2021 1 commit
  32. 22 Jul, 2021 1 commit
  33. 15 Jul, 2021 1 commit
  34. 14 Jul, 2021 1 commit
  35. 24 Jun, 2021 1 commit