Kate Lovett
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...
## 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...
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...
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...
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` -...
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...
### 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...
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...
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...