1. 05 Apr, 2022 1 commit
  2. 04 Apr, 2022 1 commit
  3. 31 Mar, 2022 2 commits
  4. 29 Mar, 2022 4 commits
  5. 28 Mar, 2022 1 commit
  6. 27 Mar, 2022 1 commit
  7. 25 Mar, 2022 2 commits
  8. 23 Mar, 2022 1 commit
  9. 22 Mar, 2022 2 commits
  10. 21 Mar, 2022 2 commits
  11. 18 Mar, 2022 1 commit
  12. 17 Mar, 2022 2 commits
  13. 14 Mar, 2022 2 commits
  14. 10 Mar, 2022 1 commit
  15. 09 Mar, 2022 3 commits
  16. 08 Mar, 2022 1 commit
  17. 04 Mar, 2022 1 commit
  18. 03 Mar, 2022 1 commit
  19. 02 Mar, 2022 1 commit
    • gaaclarke's avatar
      Starts using the `--source` flag to compile the dart registrant. (#98046) · fdcd1446
      gaaclarke authored
      * Starts using the `--source` flag to compile the dart registrant.
      
      * updated general.shard tests
      
      * Fixed the resident compiler flow
      
      * added integration test
      
      * made the integration test self contained
      
      * renamed generated_main to dart_plugin_registrant
      
      * cleaned up for review
      
      * added task runner for ci
      
      * added bringup and TESTOWNERS
      
      * updated failure message
      fdcd1446
  20. 01 Mar, 2022 1 commit
  21. 28 Feb, 2022 1 commit
  22. 25 Feb, 2022 1 commit
  23. 22 Feb, 2022 3 commits
  24. 18 Feb, 2022 1 commit
  25. 17 Feb, 2022 1 commit
  26. 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
  27. 11 Feb, 2022 1 commit