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