- 28 Jun, 2023 1 commit
-
-
Hans Muller authored
Updated tests in dev, examples/api, and tests/widgets to ensure that they continue to pass when the default for `ThemeData.useMaterial3` is changed to true. This is the final set of changes required for https://github.com/flutter/flutter/issues/127064.
-
- 05 Jun, 2023 1 commit
-
-
Kate Lovett authored
#### (plus some more docs) Fixes https://github.com/flutter/flutter/issues/76760 Fixes https://github.com/flutter/flutter/issues/82391 Fixes https://github.com/flutter/flutter/issues/45619 Fixes #117316 Fixes #110956 Fixes #127282 Fixes #32563 Fixes #46089 Fixes #79077 Part of fixing #62833 This fixes (a bunch of) issues that have been reported differently over the years, but all have the same root cause. Sometimes the NestedScrollView would incorrectly calculate whether or not there is enough content to allow scrolling. This would only apply to drag scrolling (not mouse wheel scrolling for example). This did not relate to how the extent of the NestedScrollView is computed, but just the logic that enabled the actual drag gestures. This fixes that. :)
-
- 01 Jun, 2023 1 commit
-
-
Kate Lovett authored
Adds an error message where we previously would crash without any help. Came across this while working on https://github.com/flutter/flutter/pull/127718 Fixes https://github.com/flutter/flutter/issues/128074
-
- 11 May, 2023 1 commit
-
-
Michael Goderbauer authored
Fixes https://github.com/flutter/flutter/issues/126454. In certain situations (see linked bug) the Scrollable needs access to the DPR of the View it is drawn into during disposal. Since inherited widget lookups are not allowed during disposal, we cannot look up the DPR dynamically in these situations. Instead, we have to cache the DPR when lookups are still allowed.
-
- 13 Apr, 2023 1 commit
-
-
Taha Tesser authored
Refactor `SliverAppBar.medium` & `SliverAppBar.large` to fix several issues
-
- 12 Apr, 2023 1 commit
-
-
xubaolin authored
DraggableScrollableSheet & NestedScrollView should respect NeverScrollableScrollPhysics
-
- 13 Dec, 2022 1 commit
-
-
Callum Moffat authored
* Fix scroll jump when NestedScrollPosition is inertia-cancelled. * Switch to using pointerScroll(0)
-
- 19 Sep, 2022 1 commit
-
-
Callum Moffat authored
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 28 Jul, 2022 1 commit
-
-
xubaolin authored
-
- 22 Jun, 2022 1 commit
-
-
xubaolin authored
-
- 16 Jun, 2022 1 commit
-
-
xubaolin authored
-
- 26 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `widgets` * fix comments * fix comments
-
- 25 May, 2022 1 commit
-
-
Kate Lovett authored
-
- 27 Apr, 2022 1 commit
-
-
Phil Quitslund authored
-
- 26 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 21 Apr, 2022 1 commit
-
-
Taha Tesser authored
Improve 'NestedScrollView and internal scrolling' test to account for all the inner children layers (#102309)
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 21 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 13 Jan, 2022 1 commit
-
-
Kate Lovett authored
-
- 25 Aug, 2021 1 commit
-
-
nt4f04uNd authored
-
- 30 Apr, 2021 1 commit
-
-
Kate Lovett authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Apr, 2021 1 commit
-
-
xubaolin authored
-
- 01 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Mar, 2021 2 commits
-
-
Michael Goderbauer authored
-
Greg Spencer authored
-
- 10 Feb, 2021 1 commit
-
-
xubaolin authored
-
- 04 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 02 Nov, 2020 1 commit
-
-
YeungKC authored
-
- 22 Oct, 2020 1 commit
-
-
Kate Lovett authored
-
- 13 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
* Migrate more tests * fix
-
- 16 Jul, 2020 1 commit
-
-
Kate Lovett authored
-
- 17 Jun, 2020 1 commit
-
- 12 Jun, 2020 1 commit
-
-
Kate Lovett authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 31 May, 2020 1 commit
-
-
Mehmet Fidanboylu authored
This reverts commit cd593dae.
-
- 29 May, 2020 1 commit
-
-
liyuqian authored
* Add clipBehavior to RenderFlex * Add clipBehavior to FittedBox * Add clipBehavior to Flex and FittedBox * Add clipBehavior to UnconstrainedBox * Add clipBehavior to Stack and Wrap * Add clipBehavior to TextEditable * Add clipBehavior to ListWheelScrollView * Add clipBehavior to SingleChildScrollView * Add clipBehavior to RenderViewportBase's widgets Those widgets are NestedScrollView and ShrinkWrappingViewport. * Fix tests * Remove enum Overflow and fix typo * Remove clipToSize * Analyze fix * Remove Mixin and other small fixes * Fix tests and respect Stack's default clipBehavior * Add Overflow back to make it non-breaking * Restore clipBehavior to make it non-breaking * Small fixes * Fix rebase
-
- 27 Apr, 2020 1 commit
-
-
Kate Lovett authored
-