1. 20 Jun, 2023 1 commit
  2. 22 May, 2023 1 commit
  3. 04 Apr, 2023 1 commit
  4. 29 Mar, 2023 1 commit
  5. 15 Mar, 2023 1 commit
  6. 07 May, 2022 1 commit
  7. 27 Apr, 2022 1 commit
  8. 12 Apr, 2022 1 commit
  9. 19 Oct, 2021 1 commit
  10. 15 Oct, 2021 2 commits
  11. 08 Oct, 2021 3 commits
  12. 16 Aug, 2021 1 commit
  13. 08 Jul, 2021 1 commit
  14. 23 Jun, 2021 1 commit
  15. 13 May, 2021 1 commit
  16. 12 May, 2021 1 commit
  17. 14 Apr, 2021 1 commit
  18. 08 Apr, 2021 1 commit
  19. 06 Apr, 2021 1 commit
  20. 01 Apr, 2021 1 commit
  21. 31 Mar, 2021 1 commit
  22. 24 Mar, 2021 1 commit
  23. 18 Feb, 2021 1 commit
  24. 11 Feb, 2021 1 commit
  25. 27 Jan, 2021 1 commit
  26. 30 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove fallback discovery and observatory timeout (#68756) · 44d0e52d
      Jonah Williams authored
      The flutter run failures are cause by the application occasionally taking a long time to start up. This caused the ios fallback discovery to kick in, which will always fail if the application hasn't started. Solution: remove the iOS fallback discovery and wait up to 30 seconds.
      
      This has not proven to reduce the flakes, but it does at least remove one error case and removes code that will no longer work without the mDNS fallback.
      44d0e52d
  27. 03 Oct, 2020 1 commit
  28. 30 Sep, 2020 3 commits
  29. 28 Jul, 2020 1 commit
  30. 20 Jul, 2020 1 commit
  31. 29 Jun, 2020 1 commit
  32. 26 Jun, 2020 1 commit
  33. 18 Jun, 2020 1 commit
  34. 09 Jun, 2020 1 commit
  35. 08 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] only restrict devices based on arch + buildMode, not emulator status (#58887) · 4f88ed1d
      Jonah Williams authored
      instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target.
      
      This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
      4f88ed1d