Tao Dong

Results 38 comments of Tao Dong

Thanks for sharing your proposal, @devoncarew. I think it's pretty challenging to solve all the shortcomings identified in the study by tweaking the current static search functionality in DartDoc. [The...

What @Levi-Lesches suggested sounds like an improvement. The current ranking method (or lack thereof) often leads to a quite broken experience. Here's what I got from searching "button": None of...

@srawlins I was looking for [FilledButton](https://api.flutter.dev/flutter/material/FilledButton-class.html) specifically, but I didn't know it's full name at the time. Common buttons in Material Design also include `ElevatedButton`, `TextButton`, and `OutlinedButton`. It seems...

Would it be possible to include an executable script for setting up path within the Flutter zip bundle? Alternatively, maybe the Flutter IDE plugins can help here? For example, VS...

> To avoid needing people to add to PATH, in VS Code we'll offer the user a "Locate SDK" option that lets them browse using a file picker. Then we...

Customizing the installation flow based on what the user already have on their computer(e.g., IDEs) is planned for as part of a holistic program to improve the completion rate of...

Are we tracking the # of invocations of `flutter format` and `dart format`? If this migration is successful, this total # shouldn't change much.

@ArslanYM Thank you for your interest in helping out. I suggest we wait until the updated Material Components widget catalog is available to the public next week at Google I/O....

I'm not sure about making sliver widgets a top-level category, which should be considered when we have time to update the widget catalog systematically. For now, would the [Scrolling page](https://docs.flutter.dev/development/ui/widgets/scrolling)...

In either case, we need to come up with a description to explain what slivers are, since I believe that's a Flutter-specific term. We also need to replace as many...