Skip to content

Commit

Permalink
updated: dropdown_button example readme
Browse files Browse the repository at this point in the history
added: demo gif
  • Loading branch information
nisrulz committed Mar 15, 2018
1 parent 6f26053 commit 45d1ff8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dropdown_button/README.md
Original file line number Diff line number Diff line change
@@ -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 added dropdown_button/demo_img.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dropdown_button/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 45d1ff8

Please sign in to comment.