Tao Dong

Results 13 issues of Tao Dong

I had trouble getting the perf_test to work on a physical Android device. The model is Galaxy J7 (2016). I was able to run the app on the device in...

bug

Problem: When large images are used for thumbnails, the app consumes a lot of memory. Fix: Pre-scaling those images to be just large enough.

Problem: Using`LayoutBuilder` to scale a Flare animation (and likely any other kind of animation) result in a complete rebuild of the layout. Fix: Using [ScaleTransition](https://api.flutter.dev/flutter/widgets/ScaleTransition-class.html) instead.

ListView: Poor performance with many items + scroll bar (https://github.com/flutter/flutter/issues/52207)

We have several different docs related to UI adaptation today: 1. UI > Layout > [Creating responsive and adaptive apps](https://docs.flutter.dev/development/ui/layout/adaptive-responsive). This is a high-level concept doc giving an overview of...

d.enhancement
p2-medium
e2-days
st.triage.ltw
fix.refactor
meta.umbrella
t.adaptive-apps

This link [smangrul/peft-lora-sd-dreambooth](https://huggingface.co/spaces/smangrul/peft-lora-sd-dreambooth) from https://huggingface.co/blog/peft doesn't appear to exist anymore.

@timsneath originally reported the issue in [this comment](https://github.com/dart-lang/dartdoc/issues/3311#issuecomment-1412352313): > Related, I wonder if we can review the content in the sidebar. It's actually not very helpful, if you look at...

type-enhancement
P3
area-web-design

Left sidebar on a class page (e.g., [AppBar](https://api.flutter.dev/flutter/material/AppBar-class.html)) currently shows every symbols in its library in the alphabetical order. For some large libraries such as `material` in Flutter, this can...

type-bug
P3
area-web-design

Flutter documentation is currently split between docs.flutter.dev and api.flutter.dev. However, pages on docs.flutter.dev frequently link to pages on api.flutter.dev. Users in [a recent study](https://docs.google.com/presentation/d/1Q5rY7ogq_yguICKLKiDgxpkCv74OPJivyknOxn7dhBQ/edit#slide=id.g24a771b330d_0_929) were disoriented when they were taken...

type-bug
P3
area-web-design

Feedback from [a recent user study](https://docs.google.com/presentation/d/1Q5rY7ogq_yguICKLKiDgxpkCv74OPJivyknOxn7dhBQ/edit#slide=id.g24a771b330d_0_929): users expect right sidebar on a webpage to serve as a table of contents for the current page and expect links to take them...

type-bug
P3
area-web-design