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 ## Getting Started
For help getting started with Flutter, view our online For help getting started with Flutter, view online [documentation](http://flutter.io/).
[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 @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return new MaterialApp( return new MaterialApp(
debugShowCheckedModeBanner: false,
home: new Scaffold( home: new Scaffold(
appBar: new AppBar( appBar: new AppBar(
title: new Text("DropDown Button Example"), title: new Text("DropDown Button Example"),