1. 14 Oct, 2020 1 commit
  2. 13 Oct, 2020 1 commit
  3. 12 Oct, 2020 1 commit
  4. 25 Sep, 2020 1 commit
    • knaeckeKami's avatar
      Teach the flutter tool how to find android output files if the flavor contains... · 8e9e1344
      knaeckeKami authored
      Teach the flutter tool how to find android output files if the flavor contains uppercase letters (#66687)
      
      This changes the name of the generated output files on android in case a flavor with uppercase letters is used.
      Previously, the lowercased flavor name would be used for the apk/aab file. Now, the flavor name is used as-is.
      8e9e1344
  5. 16 Sep, 2020 1 commit
  6. 03 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] rethrow process exceptions as tool exit from gradle build (#64745) · bd3eee75
      Jonah Williams authored
      The flutter tool is currently unable to detect missing permissions in gradle/gradle.bat that would cause a gradle build to fail via process exception. Rather than crashing and exiting, we can display the exception as an error message and tool exit.
      
      While linux/macOS are able to add the +x bit, this is not possible on windows with our current file system/OS API. These crashes represent a substantial amount of crash reporting, but are otherwise not actionable on our end.
      bd3eee75
  7. 27 Aug, 2020 1 commit
  8. 25 Aug, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and... · 059de153
      Jonah Williams authored
      [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and Android on Windows (#63610)
      
      Adds support for size analysis on iOS, macOS, linux, and Windows - using an uncompressed directory based approach. The output format is not currently specified.
      
      Adds support for size analysis on android on windows, switching to package:archive
      
      Updates the console format to display as a tree, allowing longer paths. Increases the number of dart libraries shown (to avoid only ever printing the flutter/dart:ui libraries, which dominate the size)
      059de153
  9. 06 Aug, 2020 1 commit
  10. 03 Aug, 2020 1 commit
  11. 07 Jul, 2020 1 commit
  12. 25 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove most use of global packages path (#60231) · 82a6f9bf
      Jonah Williams authored
      The global packages path could cause tests to fail when it would be overriden to unexpected (in test setup) values. Remove most usage and make it a configuration on buildInfo, along with most other build information. Cleanup the asset builder to require the .packages path and the resident runners to no longer require it, since they already have the information in build_info.
      
      It needs to stick around for the fuchsia deps we do not control.
      
      Filled #60232 for remaining work.
      82a6f9bf
  13. 15 Jun, 2020 1 commit
  14. 04 Jun, 2020 1 commit
  15. 27 May, 2020 1 commit
  16. 18 May, 2020 1 commit
  17. 14 May, 2020 1 commit
  18. 10 May, 2020 1 commit
  19. 08 May, 2020 1 commit
  20. 07 May, 2020 1 commit
  21. 05 May, 2020 2 commits
  22. 01 May, 2020 1 commit
  23. 30 Apr, 2020 1 commit
  24. 22 Apr, 2020 1 commit
  25. 16 Apr, 2020 3 commits
  26. 13 Apr, 2020 1 commit
  27. 02 Apr, 2020 1 commit
  28. 25 Mar, 2020 3 commits
  29. 06 Mar, 2020 3 commits
  30. 05 Mar, 2020 2 commits
  31. 03 Mar, 2020 1 commit
  32. 27 Feb, 2020 1 commit