1. 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
  2. 17 Sep, 2020 1 commit
  3. 16 Sep, 2020 1 commit
  4. 03 Sep, 2020 2 commits
  5. 31 Aug, 2020 2 commits
  6. 29 Aug, 2020 1 commit
  7. 28 Aug, 2020 2 commits
  8. 27 Aug, 2020 3 commits
    • Ben Konyi's avatar
      Re-enable the Dart Development Service (DDS) (#64671) · d7d12412
      Ben Konyi authored
      This change re-enables DDS and outputs the DDS URI in place of the VM
      service URI on the console. If --disable-dds is not provided,
      --host-vmservice-port will be used to determine the port for DDS rather
      than the host port for the VM service, which will instead be randomly
      chosen.
      d7d12412
    • Jonah Williams's avatar
      [flutter_tools] add analytics to code size, add more testing (#64578) · d3515f5f
      Jonah Williams authored
      * [flutter_tools] add analytics to code size, add more testing
      
      * add gradle case
      
      * Update build_macos_test.dart
      
      * move analytics to code size tooling
      
      * Update analyze_size.dart
      
      * fix analysis
      d3515f5f
    • Jonah Williams's avatar
      [flutter_tools] reland: avoid creating Android Devices if AndroidSDK cannot be found (#64665) · 401d401c
      Jonah Williams authored
      Avoid creating AndroidDevice discovery if the SDK cannot be located. Previously the tool would use which/where adb, however this required us to handle the AndroidSdk class being potentially null - which required an additional layer of indirection around all access. Sometimes these were forgotten leading to NPEs.
      
      In general, not much can be done with an Android Device if the actual SDK is not installed.
      
      Reland with fixed code + tests for null SDK + adb in AndroidDeviceDiscovery
      401d401c
  9. 26 Aug, 2020 2 commits
  10. 25 Aug, 2020 2 commits
    • Jonah Williams's avatar
      [flutter_tools] avoid creating Android Devices if AndroidSDK cannot be found (#64524) · 47596c62
      Jonah Williams authored
      Avoid creating AndroidDevice discovery if the SDK cannot be located. Previously the tool would use which/where adb, however this required us to handle the AndroidSdk class being potentially null - which required an additional layer of indirection around all access. Sometimes these were forgotten leading to NPEs.
      
      In general, not much can be done with an Android Device if the actual SDK is not installed.
      47596c62
    • 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
  11. 20 Aug, 2020 1 commit
  12. 19 Aug, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] shrink API surface of Android SDK (#63867) · 4954a46f
      Jonah Williams authored
      Attempt to simplify the Android SDK interface ahead of refactoring it. The locateAndroidSdk static method is called at startup to locate the android SDK, returning null if it cannot be found. These helper methods attempted to first look up the AndroidSDK if it was already null - which could only cover the case where someone installed the Android SDK while flutter was running (possibly through an IDE)
      4954a46f
  13. 11 Aug, 2020 1 commit
  14. 06 Aug, 2020 1 commit
  15. 03 Aug, 2020 1 commit
  16. 29 Jul, 2020 1 commit
  17. 28 Jul, 2020 1 commit
  18. 16 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] add feature for iOS, android, and fuchsia (#61481) · 859fce90
      Jonah Williams authored
      Add feature flags for android, ios, and fuchsia (on by default). After updating the g3 rollers, the fuchsia feature will be turned off by default. Creates a simpler base type of feature flags for g3 to extend.
      
      Updates android, ios, fuchsia workflows to use feature flags check.
      Removes concept of stable artifacts and checks on flutter version.
      
      Fixes #58999
      #52859
      #12768
      859fce90
  19. 07 Jul, 2020 1 commit
  20. 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
  21. 23 Jun, 2020 1 commit
  22. 19 Jun, 2020 1 commit
  23. 16 Jun, 2020 1 commit
  24. 15 Jun, 2020 2 commits
  25. 08 Jun, 2020 2 commits
  26. 04 Jun, 2020 1 commit
  27. 27 May, 2020 3 commits
  28. 20 May, 2020 1 commit
  29. 19 May, 2020 1 commit