1. 02 May, 2022 1 commit
  2. 27 Apr, 2022 1 commit
  3. 26 Apr, 2022 1 commit
  4. 14 Apr, 2022 1 commit
  5. 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
  6. 12 Apr, 2022 1 commit
  7. 30 Mar, 2022 1 commit
  8. 09 Mar, 2022 2 commits
  9. 28 Feb, 2022 1 commit
  10. 24 Feb, 2022 1 commit
  11. 04 Feb, 2022 1 commit
  12. 26 Jan, 2022 1 commit
  13. 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
  14. 23 Dec, 2021 1 commit
  15. 18 Nov, 2021 1 commit
  16. 17 Nov, 2021 1 commit
  17. 02 Nov, 2021 1 commit
  18. 29 Oct, 2021 1 commit
  19. 27 Oct, 2021 2 commits
  20. 20 Oct, 2021 1 commit
  21. 15 Oct, 2021 1 commit
  22. 08 Oct, 2021 3 commits
  23. 07 Oct, 2021 4 commits
  24. 05 Oct, 2021 1 commit
  25. 13 Sep, 2021 1 commit
  26. 10 Sep, 2021 1 commit
  27. 09 Sep, 2021 1 commit
  28. 07 Sep, 2021 1 commit
  29. 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
  30. 24 Aug, 2021 2 commits
  31. 12 Aug, 2021 1 commit