Kate Lovett

Results 38 issues of Kate Lovett

It would be really great if slivers were more discoverable for developers. Recently in conversation I wished we had a central place where they are listed (and link to the...

p2-medium
e1-hours
t.framework
t.ui.scrolling
st.triage.ltw
t.ui.general

## Steps to Reproduce I was using IntelliJ Ultimate Edition, but found the Flutter Outline was not working for a while. I was able to see the outline, and navigate...

⚠️ This is a WIP. ⚠️ Would fix https://github.com/flutter/flutter/issues/143499, in the long run *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider...

platform-android
platform-ios
platform-linux
platform-macos
platform-web
platform-windows

I included a special character in the code for https://dartpad.dev/workshops.html?webserver=https://dartpad-workshops-io2021.web.app/getting_started_with_slivers but I have removed it because dartpad appears to render it as junk. Where in the source code I used...

type-bug
P1
area-workshops

This puts the wiki pages owned by the Ecosystem team into the docs/ecosystem directory as planned in [flutter.dev/go/migrate-flutter-wiki-spreadsheet](https://docs.google.com/spreadsheets/d/1x65189ZBdNiLRygpUYoU08pwvXD4M-Z157c6pm8deGI/edit?usp=sharing) It also adds the ecosystem team labels to the label bot for...

team
package
team-ecosystem
d: docs/

At tip of tree, I cannot run the analysis script. There are conflicts between `flutter/dev/snippets/.packages` and `flutter/packages/flutter_tools/.packages`. I've tried a bunch of things to resolve this: - `flutter update-packages` -...

team
team-infra

This puts the wiki pages owned by the Android team into the docs/platforms/android directory as planned in [flutter.dev/go/migrate-flutter-wiki-spreadsheet](https://docs.google.com/spreadsheets/d/1x65189ZBdNiLRygpUYoU08pwvXD4M-Z157c6pm8deGI/edit?usp=sharing) It also adds the android team labels to the label bot for...

team
platform-android
team-android
d: docs/

### Document Link [flutter.dev/go/migrate-flutter-wiki](https://docs.google.com/document/d/1naONKJd-eqPj8zEVfHfjGa5TCZNyJErBY4ca1gjSCq4/edit?usp=sharing) [flutter.dev/go/migrate-flutter-wiki-spreadsheet](https://docs.google.com/spreadsheets/d/1x65189ZBdNiLRygpUYoU08pwvXD4M-Z157c6pm8deGI/edit?usp=sharing) ### What problem are you solving? In the January 2024 openness meeting, the state of the Flutter org's wiki was discussed. All of the discussion/pain...

team
design doc
fyi-android
fyi-codelabs
fyi-design
fyi-desktop
fyi-ecosystem
team-framework
fyi-go_router
fyi-infra
fyi-ios
fyi-news
fyi-release
fyi-tool
fyi-web
fyi-games
fyi-text-input
:scroll:

We should add sample code that demonstrates a custom paint point plotter (with hover widget builder) in the 2D scrolling API - see [this comment in the design doc](https://docs.google.com/document/d/1C2hAq-gMAIx4Cbym7EMhVAcPZ2hmNxlgijpYmgTpmUU/edit?disco=AAAAqNWEtMY) Carried...

f: scrolling
d: api docs
d: examples
P3
team-framework
triaged-framework

Fixes https://github.com/flutter/flutter/issues/149625 This adds a new constructor CupertinoNavigationBar.large for the large style navigation bar. CupertinoSliverNavigationBar enables dynamically changing between the smaller and larger layouts for native iOS headers in response...

framework
a: fidelity
f: cupertino
d: api docs
d: examples