1. 15 Dec, 2022 1 commit
    • hellohuanlin's avatar
      [tools]Build IPA validation UI Polish (#116744) · 0916375f
      hellohuanlin authored
      * [tools]some ui polish for build ipa validation
      
      * do not print out a few success validations
      
      * rename installed type to success for more general usage
      
      * forgot nit after reverting custom validation types and re-use doctor types
      0916375f
  2. 31 Mar, 2022 1 commit
  3. 14 Dec, 2021 1 commit
  4. 01 Jun, 2021 1 commit
  5. 16 Apr, 2021 1 commit
  6. 06 Apr, 2021 1 commit
  7. 05 Apr, 2021 1 commit
  8. 27 Jan, 2021 1 commit
  9. 13 Oct, 2020 1 commit
  10. 12 Oct, 2020 1 commit
  11. 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