1. 05 Sep, 2023 1 commit
  2. 08 Jul, 2023 1 commit
  3. 04 May, 2023 1 commit
  4. 15 Apr, 2023 1 commit
    • Andrew Kolos's avatar
      [flutter_tools] Remove `Version.unknown` (#124771) · 68ec71f4
      Andrew Kolos authored
      Fixes #124756 by removing the concept of `Version.unknown`.
      
      `Version` fields that needed the ability to represent an unknown version have been made nullable. Assigning `null` to them represents an unknown version.
      68ec71f4
  5. 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
  6. 31 Mar, 2022 1 commit
  7. 14 Dec, 2021 1 commit
  8. 01 Jun, 2021 1 commit
  9. 16 Apr, 2021 1 commit
  10. 06 Apr, 2021 1 commit
  11. 05 Apr, 2021 1 commit
  12. 27 Jan, 2021 1 commit
  13. 13 Oct, 2020 1 commit
  14. 12 Oct, 2020 1 commit
  15. 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