1. 09 Aug, 2023 1 commit
    • Victoria Ashworth's avatar
      New tooling for iOS 17 physical devices (#131865) · d631b262
      Victoria Ashworth authored
      This PR includes the following changes. These changes only apply to iOS 17 physical devices.
      
      | Command | Change Description  | Changes to User Experience |
      | ------------- | ------------- | ------------- |
      | `flutter run --release` | Uses `devicectl` to install and launch application in release mode.  | No change.  |
      | `flutter run`  | Uses Xcode via automation scripting to run application in debug and profile mode. | Xcode will be opened in the background. Errors/crashes may be caught in Xcode and therefore may not show in terminal. |
      | `flutter run --use-application-binary=xxxx` | Creates temporary empty Xcode project and use Xcode to run via automation scripting in debug and profile. | Xcode will be opened in the background. Errors/crashes may be caught in Xcode and therefore may not show in terminal.  |
      | `flutter install` | Uses `devicectl` to check installed apps, install app, uninstall app.  | No change.  |
      | `flutter screenshot` | Will return error.  | Will return error.  |
      
      Other changes include:
      * Using `devicectl` to get information about the device
      * Using `idevicesyslog` and Dart VM logging for device logs
      
      Note:
      Xcode automation scripting (used in `flutter run` for debug and profile) does not work in a headless (without a UI) interface. No known workaround.
      
      Fixes https://github.com/flutter/flutter/issues/128827, https://github.com/flutter/flutter/issues/128531.
      d631b262
  2. 23 May, 2023 1 commit
  3. 16 Feb, 2023 1 commit
  4. 13 Feb, 2023 1 commit
    • gaaclarke's avatar
      Added integration test for wide gamut support. (#119657) · ddebe833
      gaaclarke authored
      * Added integration test for wide gamut support.
      
      * cleaned up
      
      * deleted files that can be generated
      
      * switched back to standard flutter in the shell script
      
      * added devicelab task
      
      * removed analysis options
      
      * analyzer
      
      * Fixed task
      
      * made local_run.sh not executable
      
      * analyzer
      
      * removed the logo asset
      
      * added task to ci
      
      * updated pubspec
      
      * analysis errors fixed
      
      * updated pubspec
      ddebe833
  5. 20 Dec, 2022 1 commit
  6. 26 Aug, 2022 1 commit
  7. 17 Aug, 2022 1 commit
  8. 16 Aug, 2022 2 commits
  9. 30 Jun, 2022 1 commit
  10. 23 Jun, 2022 1 commit
  11. 11 Nov, 2021 1 commit
  12. 23 Jul, 2021 1 commit
  13. 16 Jul, 2021 1 commit
  14. 13 Jul, 2021 1 commit
  15. 12 Jul, 2021 2 commits
  16. 19 Jun, 2021 2 commits
  17. 18 Jun, 2021 1 commit
  18. 15 Jun, 2021 2 commits
  19. 07 Jun, 2021 1 commit
  20. 05 Jun, 2021 1 commit
  21. 31 Mar, 2021 1 commit
  22. 23 Mar, 2021 1 commit
  23. 22 Feb, 2021 2 commits
  24. 15 Jan, 2021 1 commit
  25. 19 Oct, 2020 5 commits
  26. 07 Oct, 2020 1 commit
  27. 16 Sep, 2020 1 commit
  28. 15 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [ci] remove create offline tests (#65791) · 4e20f000
      Jonah Williams authored
      Currently these tests are taking CI time without providing any value, because there is no verification that network connectivity is avoided. This is better covered by a unit test that verifies that --offline is passed to pub.
      4e20f000
  29. 10 Sep, 2020 1 commit
  30. 16 Jul, 2020 1 commit
  31. 05 May, 2020 1 commit