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