1. 25 May, 2022 1 commit
  2. 07 May, 2022 1 commit
  3. 29 Mar, 2022 1 commit
  4. 02 Feb, 2022 1 commit
  5. 10 Jan, 2022 1 commit
  6. 06 Jan, 2022 1 commit
  7. 02 Nov, 2021 1 commit
  8. 08 Oct, 2021 3 commits
  9. 04 Oct, 2021 1 commit
  10. 01 Oct, 2021 1 commit
  11. 27 Jul, 2021 1 commit
  12. 14 May, 2021 1 commit
  13. 12 May, 2021 1 commit
  14. 21 Apr, 2021 1 commit
  15. 15 Apr, 2021 1 commit
  16. 07 Apr, 2021 1 commit
  17. 06 Apr, 2021 1 commit
  18. 05 Apr, 2021 1 commit
  19. 31 Mar, 2021 1 commit
  20. 06 Mar, 2021 1 commit
  21. 05 Mar, 2021 1 commit
  22. 26 Feb, 2021 1 commit
  23. 08 Feb, 2021 1 commit
  24. 04 Feb, 2021 2 commits
  25. 29 Jan, 2021 2 commits
  26. 27 Jan, 2021 1 commit
  27. 06 Jan, 2021 1 commit
  28. 06 Nov, 2020 1 commit
  29. 30 Oct, 2020 1 commit
  30. 28 Oct, 2020 1 commit
  31. 26 Oct, 2020 1 commit
  32. 09 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from IntelliJ validator, refactor tests to... · cba84d51
      Jonah Williams authored
      [flutter_tools] remove globals from IntelliJ validator, refactor tests to remove dependency on JAR (#67240)
      
      Move the intellij validator to its own file, and split off the tests. Remove globals from each, and remove dependency on a real jar/filesystem by creating a minimal version of the manifest xml and setting it up in the memory file system.
      
      #47161
      cba84d51
  33. 06 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from FlutterValidator, add documentation and... · 1271447b
      Jonah Williams authored
      [flutter_tools] remove globals from FlutterValidator, add documentation and move tests to new file (#67234)
      
      Remove globals from the flutter validator class, and refactor the tests into a separate file. Applies some other cleanup like adding doc comments, and making the doctor validator work like it is documented to work - removing the gen_snapshot check if the artifact is not downloaded instead of downloading all android artifacts.
      
      #47161
      1271447b
  34. 30 Sep, 2020 3 commits