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