1. 03 Mar, 2023 1 commit
  2. 31 Jan, 2023 1 commit
  3. 20 Jan, 2023 1 commit
  4. 19 Jan, 2023 1 commit
    • Alex Wallen's avatar
      [macos] add flavor options to commands in the `flutter_tool` (#118421) · 73096fd9
      Alex Wallen authored
      * Add new macos target configured for flavors
      
      * Rename Free App copy-Info.plist to Free App Info.plist
      
      * Remove bogus entitlements
      
      * Remove Generated.xcconfig
      
      * Audit project.pbxproj
      
      * Remove unused configs
      
      * share one info.plist
      
      * Modify scheme so that paid app works
      
      * Codesign automatic
      
      * Pipe flavor as scheme into xcodebuild
      
      * Ignore incoming flavor string
      
      * pipe flavor for flutter run to work
      
      * Add devicelab tests
      
      * Error if host and target device are same for flutter install desktop
      
      * Avoid bang (!) by promoting a local.
      Co-authored-by: 's avatarJenn Magder <magder@google.com>
      
      * Add supportsInstall property
      
      * Override  in test classes
      
      * Add install test on macOS
      
      * Refactor application_package and add tests for package directory
      Co-authored-by: 's avatara-wallen <stephenwallen@google.com>
      Co-authored-by: 's avatarJenn Magder <magder@google.com>
      73096fd9
  5. 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
  6. 24 May, 2022 1 commit
  7. 14 May, 2022 1 commit
  8. 17 Mar, 2022 1 commit
  9. 08 Oct, 2021 3 commits
  10. 25 Jun, 2021 1 commit
  11. 14 May, 2021 1 commit
  12. 27 Apr, 2021 1 commit
  13. 12 Apr, 2021 1 commit
  14. 09 Apr, 2021 1 commit
  15. 08 Apr, 2021 2 commits
  16. 05 Apr, 2021 2 commits
  17. 18 Mar, 2021 1 commit
  18. 12 Mar, 2021 1 commit
  19. 26 Feb, 2021 1 commit
  20. 18 Feb, 2021 1 commit
  21. 12 Feb, 2021 1 commit
  22. 08 Feb, 2021 1 commit
  23. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  24. 27 Jan, 2021 1 commit
  25. 16 Nov, 2020 1 commit
  26. 03 Oct, 2020 1 commit
  27. 30 Sep, 2020 1 commit
  28. 22 Sep, 2020 1 commit
  29. 17 Aug, 2020 1 commit
  30. 05 Aug, 2020 1 commit
  31. 23 Jul, 2020 1 commit
  32. 30 Jun, 2020 1 commit
  33. 24 Jun, 2020 1 commit
  34. 23 Jun, 2020 1 commit
  35. 18 Jun, 2020 1 commit
    • James D. Lin's avatar
      [flutter tools] Change the desktop device names and IDs (#58812) · bdbe6774
      James D. Lin authored
      In google3, the Linux device is always available, and it has confused
      people who run the Flutter doctor and see
      "• Linux • Linux • linux-x64 • Linux" listed.
      
      Rename the Linux device name to "Linux desktop" and the device ID to
      be "linux". Make similar changes to the Windows and macOS
      devices for consistency.  This is also  consistent with the web
      devices.
      
      The device ID change shouldn't be break -d usage since that does a
      case-insensitive prefix match.
      bdbe6774
  36. 16 Jun, 2020 1 commit
    • stuartmorgan's avatar
      Switch Linux to the GTK embedding (#59287) · 61c198e7
      stuartmorgan authored
      Updates the tooling to use the GTK embedding, rather than the GLFW embedding:
      - Adds new requirements to `doctor`
      - Updates the app and plugin templates to make GTK-based runners and plugins
      - Stops downloading and installing the GLFW artifacts
      
      Final part of #54860, other than cleanup.
      61c198e7