updated: dropdown_button example readme

added: demo gif
This commit is contained in:
Nishant Srivastava
2018-03-15 10:13:06 +05:30
parent 6f260533e1
commit 45d1ff873e
3 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,10 @@
# dropdown_button
# DropDown Button
Example app showing implementing drop down button.
<img src="demo_img.gif" height="600em" />
Implementation of DropdownButton
## Getting Started
For help getting started with Flutter, view our online
[documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.io/).

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

View File

@ -39,6 +39,7 @@ class MyAppState extends State<MyApp> {
@override
Widget build(BuildContext context) {
return new MaterialApp(
debugShowCheckedModeBanner: false,
home: new Scaffold(
appBar: new AppBar(
title: new Text("DropDown Button Example"),