1. 03 Nov, 2020 1 commit
  2. 27 Oct, 2020 6 commits
  3. 26 Oct, 2020 1 commit
  4. 20 Oct, 2020 1 commit
  5. 19 Oct, 2020 1 commit
  6. 18 Oct, 2020 1 commit
  7. 17 Oct, 2020 1 commit
  8. 16 Oct, 2020 2 commits
  9. 15 Oct, 2020 3 commits
  10. 14 Oct, 2020 1 commit
  11. 12 Oct, 2020 1 commit
  12. 09 Oct, 2020 2 commits
  13. 06 Oct, 2020 1 commit
  14. 02 Oct, 2020 3 commits
  15. 01 Oct, 2020 1 commit
  16. 30 Sep, 2020 1 commit
  17. 29 Sep, 2020 1 commit
  18. 23 Sep, 2020 3 commits
  19. 21 Sep, 2020 1 commit
  20. 19 Sep, 2020 1 commit
  21. 17 Sep, 2020 2 commits
    • Jonah Williams's avatar
      Deprecate VelocityTracker default constructor and added... · b1d17c91
      Jonah Williams authored
      Deprecate VelocityTracker default constructor and added VelocityTracker.withKind constructor (#66043)
      
      We've gotten feedback that the VelocityTracker change was disruptive, though it did not break any of the flutter framework or customer tests. In order to make the change non-breaking, PointerDeviceKind parameter can be made optional.
      
      Nevertheless, this parameter should be provided so that the existing touch handlers can use more accurate gestures on mouse/stylus inputs, so we can encourage this by deprecating the default constructor and pointing users towards the VelocityTracker.withKind constructor that takes a non-optional parameter
      b1d17c91
    • Ben Konyi's avatar
      Roll packages to fix #66038 (#66052) · fb08acf1
      Ben Konyi authored
      PR #65873 enabled DDS for non-web Flutter applications. This change
      surfaced a bug where DDS would not send ServiceRegistered events to VM
      service clients when they subscribed to the Service stream. This would
      cause tools and tests that rely on these events (e.g., hot reload in
      VSCode) to fail.
      
      Fixes #66038.
      fb08acf1
  22. 16 Sep, 2020 5 commits