1. 05 Jun, 2023 1 commit
    • Kate Lovett's avatar
      Remove scrollbar deprecations isAlwaysShown and hoverThickness (#127351) · a3ddead1
      Kate Lovett authored
      The deprecated `[RawScrollbar/Scrollbar/CupertinoScrollbar/ScrollbarThemeData].isAlwaysShown` has expired and is removed in thi PR.
      Also, `Scrollbar.hoverThickness` is also removed after having expired.
      
      The replacement for `isAlwaysShown` is `thumbVisibility`. This deprecation was introduced in #96957. The name change came from new behaviors like a track that is conditionally visible. Since the original API only referred to the thumb, the name was changed to reflect this intention. This change is supported by dart fix. ✅ 
      
      The replacement for `hoverThickness` is `ScrollbarThemeData.thickness`, which is a MaterialStateProperty that allows for the thickness to respond to multiple states including hover. This deprecation was introduced in #97173. This change is not supported by dart fix. 😞  
      
      Part of https://github.com/flutter/flutter/issues/127042
      a3ddead1
  2. 15 May, 2023 1 commit
  3. 05 May, 2023 1 commit
    • Ian Hickson's avatar
      Minor fixes found while working on blankcanvas (#125751) · a11da307
      Ian Hickson authored
      This PR contains a series of minor changes to address issues that I happened to run into:
      
       - Pretty-print errors triggered when handling events that are pending because of having locked event handling. Previously these were just dumped to the console.
       - Add more documentation for `debugPaintPadding`.
       - Add documentation to `Tween` saying how to implement it.
       - Slight formatting changes in the scrollbar code to align some expressions.
       - Since we convert ScrollMetricsNotifications to ScrollNotifications in various places, provide an explicit API to do this. This will make the behaviour consistent throughout, and makes the code easier to understand. Added a test for this.
       - Clarifications to some of the BindingBase and SchedulerBinding documentation.
       - Clarified some documentation in `flutter_test`'s `Finder` class.
      a11da307
  4. 31 Mar, 2023 1 commit
  5. 22 Mar, 2023 1 commit
  6. 10 Mar, 2023 1 commit
  7. 09 Mar, 2023 1 commit
  8. 27 Feb, 2023 1 commit
  9. 23 Feb, 2023 1 commit
  10. 24 Jan, 2023 1 commit
  11. 09 Dec, 2022 1 commit
  12. 05 Nov, 2022 1 commit
  13. 31 Oct, 2022 1 commit
  14. 24 Oct, 2022 1 commit
  15. 20 Sep, 2022 1 commit
  16. 19 Sep, 2022 1 commit
  17. 12 Sep, 2022 1 commit
  18. 07 Sep, 2022 1 commit
  19. 02 Sep, 2022 1 commit
  20. 18 Aug, 2022 1 commit
  21. 17 Aug, 2022 1 commit
  22. 10 Aug, 2022 1 commit
  23. 03 Aug, 2022 1 commit
  24. 19 Jul, 2022 1 commit
  25. 14 Jul, 2022 1 commit
  26. 07 Jul, 2022 1 commit
  27. 30 Jun, 2022 1 commit
  28. 09 Jun, 2022 1 commit
  29. 26 May, 2022 1 commit
  30. 19 May, 2022 1 commit
  31. 18 May, 2022 1 commit
  32. 27 Apr, 2022 1 commit
  33. 14 Apr, 2022 1 commit
  34. 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
  35. 22 Mar, 2022 1 commit
  36. 02 Mar, 2022 1 commit
  37. 25 Feb, 2022 1 commit
  38. 22 Feb, 2022 1 commit
  39. 03 Feb, 2022 1 commit
  40. 01 Feb, 2022 1 commit