1. 22 Dec, 2022 2 commits
  2. 21 Dec, 2022 1 commit
  3. 28 Nov, 2022 1 commit
  4. 28 Oct, 2022 1 commit
  5. 15 Sep, 2022 1 commit
  6. 14 Sep, 2022 1 commit
  7. 13 Sep, 2022 1 commit
  8. 12 Sep, 2022 1 commit
  9. 07 Sep, 2022 1 commit
  10. 06 Sep, 2022 1 commit
  11. 02 Sep, 2022 1 commit
  12. 10 Aug, 2022 1 commit
  13. 03 Aug, 2022 1 commit
  14. 07 Jul, 2022 1 commit
  15. 08 Jun, 2022 1 commit
  16. 31 May, 2022 1 commit
  17. 26 May, 2022 1 commit
  18. 20 May, 2022 1 commit
  19. 19 May, 2022 1 commit
  20. 16 May, 2022 1 commit
  21. 29 Apr, 2022 2 commits
  22. 27 Apr, 2022 1 commit
  23. 14 Apr, 2022 1 commit
  24. 05 Apr, 2022 1 commit
    • gaaclarke's avatar
      Made flag for debugging build time of user created widgets (#100926) · 35b18ba2
      gaaclarke authored
      * Added a bool that allows us to limit debugProfileBuildsEnabled to user
      created widgets.
      
      * made it turned on by default
      
      * switched to hashmap
      
      * Cleaned everything up and added tests
      
      * fixed an odd test where it wants to be able to add asserts and run in profile mode
      
      * hixie feedback
      
      * hixie2
      
      * made it default to false
      
      * updated docstring as per dans request
      35b18ba2
  25. 09 Mar, 2022 1 commit
  26. 01 Mar, 2022 1 commit
  27. 22 Feb, 2022 1 commit
  28. 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
  29. 03 Feb, 2022 1 commit
  30. 13 Jan, 2022 1 commit
  31. 12 Dec, 2021 1 commit
  32. 15 Oct, 2021 1 commit
  33. 14 Oct, 2021 1 commit
  34. 08 Oct, 2021 4 commits
  35. 22 Sep, 2021 1 commit