added demo_gif and link to docs and material spec to readme of using_stepper example

This commit is contained in:
Nishant Srivastava
2017-08-25 21:56:38 -07:00
parent 3e9f88f5ef
commit 1b655acb94
2 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,11 @@
# using_stepper
# Using Stepper
A new Flutter project.
A material stepper widget that displays progress through a sequence of steps. Steppers are particularly useful in the case of forms where one step requires the completion of another one, or where multiple steps need to be completed in order to submit the whole form.
Read [[Documentation](https://docs.flutter.io/flutter/material/Stepper-class.html)] [[Material Design Spec](https://material.io/guidelines/components/steppers.html)]
<img src="demo_img.gif" height="600em" />
## 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/).

BIN
using_stepper/demo_img.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB