1. 16 Nov, 2023 1 commit
  2. 15 Nov, 2023 1 commit
    • Srujan Gaddam's avatar
      Pin package:web 0.4.0 (#138428) · d8ffc739
      Srujan Gaddam authored
      This version is needed so that dart:js_interop can move to extension
      types. Also adds some code to handle some breaking changes:
      
      - Body -> Response. Body was an IDL interface mixin type we exposed in
      dart:html. Going forward, users should either use Request or Response.
      - Casts to JSAny. These are temporary until we move package:web types to
      extension types. Currently, package:web types can't implement JSObject
      as JSObject will move to be an extension type itself.
      Co-authored-by: 's avatarKevin Moore <kevmoo@users.noreply.github.com>
      d8ffc739
  3. 13 Nov, 2023 1 commit
  4. 09 Nov, 2023 1 commit
  5. 03 Nov, 2023 2 commits
  6. 02 Nov, 2023 1 commit
  7. 01 Nov, 2023 1 commit
  8. 31 Oct, 2023 1 commit
  9. 25 Oct, 2023 2 commits
  10. 24 Oct, 2023 1 commit
  11. 11 Oct, 2023 1 commit
  12. 29 Sep, 2023 1 commit
  13. 20 Sep, 2023 2 commits
  14. 13 Sep, 2023 1 commit
  15. 12 Sep, 2023 1 commit
  16. 27 Jul, 2023 1 commit
  17. 07 Jul, 2023 1 commit
  18. 30 Jun, 2023 1 commit
  19. 20 Jun, 2023 1 commit
  20. 15 Jun, 2023 1 commit
  21. 30 May, 2023 2 commits
  22. 16 May, 2023 1 commit
  23. 08 May, 2023 1 commit
  24. 03 May, 2023 1 commit
  25. 02 May, 2023 1 commit
    • Jenn Magder's avatar
      Migrate Xcode projects last version checks to Xcode 14.3 (#125827) · 1861ac47
      Jenn Magder authored
      1. Add iOS and macOS migration to mark "last upgraded" Xcode version to 14.3 to prevent `Update to recommended settings` warning.
      2. Update iOS and macOS templates to same.
      3. Update iOS template to set `BuildIndependentTargetsInParallel` to YES as suggested.  I didn't add a migration for this since it seems like a minor optimization and I don't think it's worth a potentially botched/corrupted migration.
      4. Run all example/integration test project to see migrator work.
      5. Add some missing test projects to the build shard since I noticed they were missing and I had to build those manually outside `SHARD=build_tests`.
      
      Fixes https://github.com/flutter/flutter/issues/125817
      See https://github.com/flutter/flutter/pull/90304 for Xcode 13 example.
      1861ac47
  26. 01 May, 2023 1 commit
  27. 27 Apr, 2023 1 commit
  28. 20 Apr, 2023 1 commit
  29. 10 Apr, 2023 1 commit
  30. 07 Apr, 2023 1 commit
  31. 03 Apr, 2023 1 commit
  32. 23 Mar, 2023 1 commit
  33. 21 Mar, 2023 3 commits
  34. 23 Feb, 2023 1 commit