1. 01 Apr, 2021 2 commits
  2. 31 Mar, 2021 1 commit
  3. 24 Mar, 2021 1 commit
  4. 08 Mar, 2021 1 commit
  5. 12 Feb, 2021 1 commit
  6. 02 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] switch dart defines to base64 to avoid windows control characters (#75027) · 44d5950d
      Jonah Williams authored
      = gets escaped into %3D which seems to be tripping up cmake on windows since % is a control character. Switch to base64 encoding, since this does not have % nor , in the output character set.
      
      This change is not trivially cherry pickable, and isn't tested on windows aside from my local, manual tests due to the planned CI work not being complete yet.
      
      Fixes #75017
      Fixes #74705
      44d5950d
  7. 27 Jan, 2021 1 commit
  8. 02 Dec, 2020 1 commit
  9. 23 Nov, 2020 2 commits
  10. 20 Nov, 2020 1 commit
  11. 13 Nov, 2020 1 commit
  12. 11 Nov, 2020 1 commit
  13. 04 Nov, 2020 1 commit
  14. 19 Oct, 2020 3 commits
  15. 13 Oct, 2020 1 commit
  16. 12 Oct, 2020 1 commit
  17. 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
  18. 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
  19. 06 Aug, 2020 1 commit
  20. 03 Aug, 2020 1 commit
  21. 10 Jul, 2020 1 commit
  22. 30 Jun, 2020 1 commit
  23. 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
  24. 24 Jun, 2020 1 commit
  25. 23 Jun, 2020 1 commit
  26. 09 Jun, 2020 1 commit
  27. 04 Jun, 2020 1 commit
  28. 27 May, 2020 1 commit
  29. 05 May, 2020 1 commit
  30. 01 May, 2020 1 commit
  31. 30 Apr, 2020 1 commit
  32. 26 Apr, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] quality pass on Linux build (#55556) · dd88b204
      Jonah Williams authored
      - Update the Linux build to support most of the build configuration, though like windows most only make sense for profile/release.
      - Ensure VERBOSE_SCRIPT_LOGGING is set when the logger is verbose
      - Automatically run pub get like other build commands
      dd88b204
  33. 22 Apr, 2020 1 commit
  34. 16 Apr, 2020 1 commit
  35. 06 Mar, 2020 2 commits