- 05 Jun, 2023 1 commit
-
-
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
-
- 15 May, 2023 1 commit
-
-
Tomasz Gucio authored
-
- 05 May, 2023 1 commit
-
-
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.
-
- 31 Mar, 2023 1 commit
-
-
Kate Lovett authored
Fix docs and error messages for scroll directions + sample code
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 10 Mar, 2023 1 commit
-
-
Kate Lovett authored
Clean up scrollable.dart for 2D
-
- 09 Mar, 2023 1 commit
-
-
xubaolin authored
Fix a scrolling stutter caused by dragging scrollbar
-
- 27 Feb, 2023 1 commit
-
-
Tomohiko Tanihata authored
Update scroll paging logic in Scrollbar
-
- 23 Feb, 2023 1 commit
-
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
- 24 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes
-
- 09 Dec, 2022 1 commit
-
-
Callum Moffat authored
-
- 05 Nov, 2022 1 commit
-
-
xubaolin authored
* rebase master and add a test * fix the test * fix the test * fix the test
-
- 31 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 24 Oct, 2022 1 commit
-
-
xubaolin authored
-
- 20 Sep, 2022 1 commit
-
-
Kate Lovett authored
-
- 19 Sep, 2022 1 commit
-
-
Taha Tesser authored
-
- 12 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 07 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 18 Aug, 2022 1 commit
-
-
Taha Tesser authored
-
- 17 Aug, 2022 1 commit
-
-
xubaolin authored
-
- 10 Aug, 2022 1 commit
-
-
Ian Hickson authored
-
- 03 Aug, 2022 1 commit
-
-
Kate Lovett authored
-
- 19 Jul, 2022 1 commit
-
-
Kate Lovett authored
-
- 14 Jul, 2022 1 commit
-
-
Kate Lovett authored
-
- 07 Jul, 2022 1 commit
-
-
Kate Lovett authored
-
- 30 Jun, 2022 1 commit
-
-
Kate Lovett authored
-
- 09 Jun, 2022 1 commit
-
-
Kate Lovett authored
-
- 26 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `widgets` * fix comments * fix comments
-
- 19 May, 2022 1 commit
-
-
xubaolin authored
-
- 18 May, 2022 1 commit
-
-
gaaclarke authored
-
- 27 Apr, 2022 1 commit
-
-
Phil Quitslund authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 13 Apr, 2022 1 commit
-
-
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
-
- 22 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 02 Mar, 2022 1 commit
-
-
xubaolin authored
-
- 25 Feb, 2022 1 commit
-
-
Viren Khatri authored
-
- 22 Feb, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 01 Feb, 2022 1 commit
-
-
Callum Moffat authored
* PointerDeviceKind and ui.PointerChange forwards-compatibility * Add link to trackpad gestures issue * Add TODO
-