Added DropdownButton to the widget catalog#1460
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
I signed it! |
|
CLAs look good, thanks! |
b3f96ec to
98b8cc2
Compare
| }, | ||
| { | ||
| "name": "DropdownButton", | ||
| "description": "A input field to choose an item from a list.", |
There was a problem hiding this comment.
"A input field to choose..." => "An input field for choosing..."
I thought the idea was to add Spinner to this description for Android users?
| "Input and selections" | ||
| ], | ||
| "link": "https://docs.flutter.io/flutter/widgets/DropdownButton-class.html", | ||
| "image": "<img alt='' src='/images/catalog-widget-placeholder.png'>" |
There was a problem hiding this comment.
Nevermind, we use lots of them.
98b8cc2 to
7f99712
Compare
|
Given that this is not a P0, @awazgyawali could you close this PR and reopen one over the |
|
OK @chalin |
|
Thanks! |
|
Has this been merged in? |
|
No, but #1903 was merged and it added |
Addresses this issue flutter/flutter#14460
We might need to add "Spinner" word somewhere to make Android developers easy to find the widget.