1. 08 Jul, 2021 1 commit
  2. 23 Jun, 2021 1 commit
  3. 13 May, 2021 1 commit
  4. 12 May, 2021 1 commit
  5. 14 Apr, 2021 1 commit
  6. 08 Apr, 2021 1 commit
  7. 06 Apr, 2021 1 commit
  8. 01 Apr, 2021 1 commit
  9. 31 Mar, 2021 1 commit
  10. 24 Mar, 2021 1 commit
  11. 18 Feb, 2021 1 commit
  12. 11 Feb, 2021 1 commit
  13. 27 Jan, 2021 1 commit
  14. 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
  15. 03 Oct, 2020 1 commit
  16. 30 Sep, 2020 3 commits
  17. 28 Jul, 2020 1 commit
  18. 20 Jul, 2020 1 commit
  19. 29 Jun, 2020 1 commit
  20. 26 Jun, 2020 1 commit
  21. 18 Jun, 2020 1 commit
  22. 09 Jun, 2020 1 commit
  23. 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
  24. 01 Jun, 2020 1 commit
  25. 29 May, 2020 1 commit
  26. 06 May, 2020 1 commit
  27. 10 Apr, 2020 1 commit
  28. 27 Mar, 2020 2 commits
  29. 24 Mar, 2020 1 commit
  30. 20 Mar, 2020 1 commit
  31. 19 Mar, 2020 3 commits
  32. 18 Mar, 2020 2 commits
  33. 17 Mar, 2020 1 commit
  34. 12 Mar, 2020 1 commit