1. 19 Aug, 2022 1 commit
  2. 20 Jul, 2022 1 commit
  3. 18 Jul, 2022 1 commit
  4. 15 Jul, 2022 1 commit
  5. 07 Jul, 2022 1 commit
  6. 20 May, 2022 1 commit
  7. 18 May, 2022 1 commit
  8. 31 Mar, 2022 1 commit
  9. 29 Mar, 2022 1 commit
  10. 21 Mar, 2022 1 commit
  11. 09 Mar, 2022 1 commit
  12. 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
  13. 03 Feb, 2022 1 commit
  14. 14 Jan, 2022 1 commit
  15. 08 Oct, 2021 3 commits
  16. 06 Oct, 2021 1 commit
  17. 02 Oct, 2021 1 commit
  18. 01 Oct, 2021 1 commit
    • stuartmorgan's avatar
      Fix Dart plugin registrant interaction with 'flutter test' (#90288) · 97fb8c05
      stuartmorgan authored
      Building an application for a desktop platform that transitively included any Dart-based plugins (such as path_provider) broke `flutter test`, because its compilation was overriding the provided main (in this case, the test main) with `generated_main.dart` if it was present. This PR:
      - Changes the `flutter test` compilation path to update `generated_main.dart`, so that the tests will work, and will include any registered Dart plugins.
      - Makes using `generated_main.dart` during recompile opt-in, to try to reduce the chance of a similar bug happening with other codepaths in the future.
      
      Fixes https://github.com/flutter/flutter/issues/88794
      97fb8c05
  19. 23 Aug, 2021 1 commit
  20. 15 Jul, 2021 1 commit
  21. 01 Jun, 2021 1 commit
  22. 24 May, 2021 1 commit
  23. 07 May, 2021 1 commit
  24. 23 Apr, 2021 2 commits
  25. 23 Mar, 2021 1 commit
  26. 12 Mar, 2021 1 commit
  27. 10 Mar, 2021 1 commit
  28. 23 Feb, 2021 1 commit
  29. 19 Feb, 2021 1 commit
  30. 08 Feb, 2021 1 commit
  31. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  32. 27 Jan, 2021 1 commit
  33. 03 Dec, 2020 1 commit
  34. 01 Dec, 2020 1 commit
  35. 22 Oct, 2020 1 commit
  36. 16 Oct, 2020 2 commits