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