1. 30 Aug, 2023 2 commits
  2. 31 Jul, 2023 1 commit
  3. 20 Jun, 2023 1 commit
  4. 06 Jun, 2023 1 commit
  5. 23 May, 2023 1 commit
  6. 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
  7. 27 Apr, 2023 1 commit
  8. 13 Jan, 2023 1 commit
  9. 09 Sep, 2022 1 commit
  10. 22 Aug, 2022 1 commit
  11. 12 Aug, 2022 1 commit
  12. 26 Jul, 2022 1 commit
  13. 02 May, 2022 1 commit
  14. 15 Apr, 2022 2 commits
  15. 14 Apr, 2022 1 commit
  16. 13 Apr, 2022 1 commit
    • Callum Moffat's avatar
      Support trackpad gestures in framework (#89944) · 30a50180
      Callum Moffat authored
      * Implement trackpad gestures in framework
      
      * Touch and Pan/Zoom pointers have separate IDs now
      
      * Handle trackpad pointer device type
      
      * Respect supportedDevices for pan/zoom events
      
      * Update after rebase
      
      * Fix check failures
      
      * Avoid error with very short drags
      
      * Address feedback
      
      * Refactor drag event handler
      
      * Address more feedback
      
      * Add some missing punctuation
      30a50180
  17. 07 Apr, 2022 1 commit
  18. 31 Mar, 2022 1 commit
  19. 25 Mar, 2022 1 commit
  20. 22 Mar, 2022 1 commit
  21. 16 Mar, 2022 1 commit
  22. 09 Mar, 2022 1 commit
  23. 28 Feb, 2022 1 commit
  24. 24 Feb, 2022 1 commit
  25. 09 Feb, 2022 1 commit
  26. 04 Feb, 2022 1 commit
  27. 02 Feb, 2022 1 commit
  28. 26 Jan, 2022 1 commit
  29. 13 Jan, 2022 1 commit
  30. 04 Jan, 2022 2 commits
    • Zachary Anderson's avatar
      Revert "FFI plugins (#94101)" (#96122) · 65c6e882
      Zachary Anderson authored
      This reverts commit 5257f029.
      65c6e882
    • Daco Harkes's avatar
      FFI plugins (#94101) · 5257f029
      Daco Harkes authored
      * Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop.
      * Sample code doing a synchronous FFI call.
      * Sample code doing a long running synchronous FFI call on a helper isolate.
      * Use of `package:ffigen` to generate the bindings.
      5257f029
  31. 23 Dec, 2021 1 commit
  32. 15 Dec, 2021 1 commit
  33. 24 Nov, 2021 2 commits
  34. 20 Nov, 2021 1 commit
  35. 07 Nov, 2021 1 commit
  36. 05 Nov, 2021 1 commit