1. 29 Jun, 2022 1 commit
  2. 24 Jun, 2022 1 commit
  3. 13 May, 2022 1 commit
  4. 02 May, 2022 1 commit
  5. 27 Apr, 2022 1 commit
  6. 26 Apr, 2022 1 commit
  7. 14 Apr, 2022 1 commit
  8. 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
  9. 12 Apr, 2022 1 commit
  10. 30 Mar, 2022 1 commit
  11. 09 Mar, 2022 2 commits
  12. 28 Feb, 2022 1 commit
  13. 24 Feb, 2022 1 commit
  14. 04 Feb, 2022 1 commit
  15. 26 Jan, 2022 1 commit
  16. 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
  17. 23 Dec, 2021 1 commit
  18. 18 Nov, 2021 1 commit
  19. 17 Nov, 2021 1 commit
  20. 02 Nov, 2021 1 commit
  21. 29 Oct, 2021 1 commit
  22. 27 Oct, 2021 2 commits
  23. 20 Oct, 2021 1 commit
  24. 15 Oct, 2021 1 commit
  25. 08 Oct, 2021 3 commits
  26. 07 Oct, 2021 4 commits
  27. 05 Oct, 2021 1 commit
  28. 13 Sep, 2021 1 commit
  29. 10 Sep, 2021 1 commit
  30. 09 Sep, 2021 1 commit
  31. 07 Sep, 2021 1 commit
  32. 30 Aug, 2021 1 commit
    • Sigurd Meldgaard's avatar
      Stop calling top level pub (#89032) · bce36620
      Sigurd Meldgaard authored
      * Use `dart __deprecated_pub` instead of `pub` to invoke pub from tools
      
      The top level `pub` commmand has been deprecated and will print
      a message. It is however implemented via the __deprecated_pub command
      that prints no message.
      bce36620