1. 18 Aug, 2022 1 commit
  2. 08 Aug, 2022 1 commit
  3. 27 Jul, 2022 1 commit
  4. 20 Jul, 2022 1 commit
  5. 18 Jul, 2022 2 commits
  6. 15 Jul, 2022 1 commit
  7. 29 Jun, 2022 1 commit
  8. 18 Jun, 2022 1 commit
  9. 27 Apr, 2022 1 commit
  10. 02 Feb, 2022 1 commit
  11. 02 Nov, 2021 1 commit
  12. 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
  13. 25 Jun, 2021 2 commits
  14. 08 Jun, 2021 1 commit
  15. 13 May, 2021 1 commit
  16. 27 Apr, 2021 1 commit
  17. 23 Apr, 2021 1 commit
  18. 22 Apr, 2021 1 commit
  19. 07 Apr, 2021 1 commit
  20. 06 Mar, 2021 1 commit
  21. 24 Feb, 2021 1 commit
  22. 12 Feb, 2021 1 commit
  23. 09 Feb, 2021 1 commit
  24. 27 Jan, 2021 1 commit
  25. 25 Jan, 2021 1 commit
  26. 24 Jan, 2021 3 commits
  27. 19 Oct, 2020 1 commit
  28. 09 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] pretty print hot reload rejection error (#66701) · bdb830a8
      Jonah Williams authored
      If the vm of an attached device rejects a hot reload, pretty print the reason. Suggest a hot restart so that users are aware that they do not have to detach and rebuild. Also resets the last compilation time, so a subsequent restart would still apply the last change. Adds an integration test for the const field removal.
      
      Fixes #64027
      bdb830a8
  29. 25 Sep, 2020 1 commit
  30. 22 Sep, 2020 1 commit
  31. 16 Sep, 2020 1 commit
  32. 12 Aug, 2020 1 commit
  33. 04 Jun, 2020 1 commit
  34. 01 Jun, 2020 1 commit
  35. 05 May, 2020 2 commits