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