1. 26 Jan, 2024 1 commit
  2. 09 Nov, 2023 1 commit
  3. 05 Sep, 2023 1 commit
  4. 08 Jul, 2023 1 commit
  5. 04 May, 2023 1 commit
  6. 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
  7. 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
  8. 31 Mar, 2022 1 commit
  9. 14 Dec, 2021 1 commit
  10. 01 Jun, 2021 1 commit
  11. 16 Apr, 2021 1 commit
  12. 06 Apr, 2021 1 commit
  13. 05 Apr, 2021 2 commits
  14. 27 Jan, 2021 1 commit
  15. 19 Oct, 2020 1 commit
    • Nobuhiro Tabuki's avatar
      [flutter_tools] change the IntelliJ plugin detection logic. (#68020) · 4e2f82cf
      Nobuhiro Tabuki authored
      This PR suggests improving the IntelliJ plugin "jar" detection logic.
      
      Previously:
      The IntelliJ Flutter plugin was contained flutter-intellij.jar.
      Currently:
      It is named flutter-intellij-X.Y.Z.jar and does not contain META-INF/plugin.xml.
      META-INF/plugin.xml is included in flutter-idea-X.Y.Z.jar.
      
      So this PR changes the rules for searching the plugin's jar file.
      Concretely, it looks for the jar file containing META-INF/plugin.xml in the plugin's package directory and reads the package version from its META-INF/plugin.xml.
      Co-authored-by: 's avatarJonah Williams <jonahwilliams@google.com>
      4e2f82cf
  16. 13 Oct, 2020 1 commit
  17. 12 Oct, 2020 2 commits
  18. 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
  19. 29 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] do not error flutter doctor on missing AS/intellij plugins (#66782) · 9bc533c9
      Jonah Williams authored
      In cases where the Intellij/AS plugins are not located, display links to where they can be downloaded but do not surface an error. This should generally reduce confusion about whether the plugins are required for every installed IDE. For example, frequently users may only install AS so that they can install the Android SDK - or they may have multiple copies of Intellij installed.
      
      For example: #66762
      9bc533c9
  20. 06 Mar, 2020 1 commit
  21. 04 Mar, 2020 2 commits
  22. 28 Feb, 2020 2 commits
  23. 27 Feb, 2020 2 commits
  24. 07 Jan, 2020 1 commit
  25. 06 Jan, 2020 1 commit
  26. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  27. 20 Nov, 2019 2 commits
  28. 19 Nov, 2019 1 commit
  29. 13 Sep, 2019 1 commit
  30. 21 Feb, 2019 1 commit
  31. 26 Jan, 2019 1 commit
  32. 04 Oct, 2018 1 commit
  33. 12 Sep, 2018 1 commit
  34. 21 Aug, 2018 1 commit