1. 06 Mar, 2021 1 commit
  2. 05 Mar, 2021 1 commit
  3. 26 Feb, 2021 1 commit
  4. 08 Feb, 2021 1 commit
  5. 04 Feb, 2021 2 commits
  6. 29 Jan, 2021 2 commits
  7. 27 Jan, 2021 1 commit
  8. 06 Jan, 2021 1 commit
  9. 06 Nov, 2020 1 commit
  10. 30 Oct, 2020 1 commit
  11. 28 Oct, 2020 1 commit
  12. 26 Oct, 2020 1 commit
  13. 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
  14. 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
  15. 30 Sep, 2020 3 commits
  16. 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
  17. 12 Aug, 2020 1 commit
  18. 17 Jul, 2020 1 commit
  19. 24 Jun, 2020 1 commit
  20. 10 Jun, 2020 1 commit
  21. 27 May, 2020 1 commit
  22. 11 May, 2020 1 commit
  23. 06 May, 2020 1 commit
  24. 27 Apr, 2020 1 commit
  25. 16 Apr, 2020 1 commit
  26. 10 Apr, 2020 2 commits
  27. 06 Apr, 2020 1 commit
  28. 19 Mar, 2020 1 commit
  29. 16 Mar, 2020 1 commit
  30. 07 Mar, 2020 1 commit
  31. 27 Feb, 2020 1 commit
  32. 26 Feb, 2020 1 commit
  33. 07 Jan, 2020 1 commit
  34. 06 Jan, 2020 1 commit
  35. 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