Kate Lovett

Results 38 issues of Kate Lovett

**Description** From the docs: `Creates a scrollable vertical array of children.` The need for the widget is not clear to me yet, but it is a very very poor choice...

news_toolkit

Pick for: https://github.com/flutter/flutter/issues/119554 Main goal to cherry pick: https://github.com/flutter/flutter/pull/117473 Required pulling in already cherry picked: https://github.com/flutter/flutter/pull/117500 There were some conflicts based on a lot of changes in this file over...

framework
f: material design

I have a few ideas for this, although I will not be able to pursue them now. Ideally, a re-vamped NestedScrollView would solve these issues (among others, theses are just...

new feature
framework
f: scrolling
a: quality
proposal
P5

ReorderableList and SliverReorderableList contain an EdgeDraggingAutoScroller that advances the scroll position when dragging an item at the edge of the viewport. A customer has requested to be able to configure...

new feature
easy fix
framework
f: scrolling
customer: google

Investigating https://github.com/flutter/samples/issues/1680 I suspect (if the scrollbar is being dragged) that the scroll metrics are being updated while drag is active on the scrollbar, leading to the jumpy behavior in...

framework
f: scrolling
a: quality
P4

Noticed with @bernaferrari on Discord In the past I could run from `flutter/packages/flutter`: `flutter test test/material/*` to run all of the material tests. That appears to have issues now as...

a: tests
severe: regression
team
tool
framework
P4

From https://twitter.com/cfdevelop/status/1654267064071380995?s=51&t=8nbBOjm4Aq2ePrI4j-37hA According to [the docs](https://api.flutter.dev/flutter/material/AppBar-class.html): > The default app bar backgroundColor is the overall theme's ColorScheme.primary if the overall theme's brightness is Brightness.light But that does not appear to...

f: material design
a: fidelity
d: api docs
a: quality
documentation
P4

Part of https://github.com/flutter/flutter/issues/126448 This is only for the pinned header, not floating or pinned-floating (I have other potential changes for those). ## Pre-launch Checklist - [ ] I read the...

framework
f: material design
f: scrolling

Related to https://github.com/flutter/flutter/issues/126002 The new github action that manages labels in flutter/flutter keeps removing labels applied by team members. Example - the docs labels were removed from this PR: https://github.com/flutter/flutter/pull/127904...

team
team-infra

These are the current scrolling references on the website: - https://docs.flutter.dev/development/ui/widgets/scrolling - https://docs.flutter.dev/development/ui/advanced/slivers I think in general we should have a robust section of the website dedicated to scrolling best...

p3-low
e2-days
t.framework
t.ui.scrolling
st.triage.ltw
dev.best-practices