Skip to content

Commit

Permalink
added demo_gif and link to docs and material spec to readme of using_…
Browse files Browse the repository at this point in the history
…stepper example
  • Loading branch information
nisrulz committed Aug 26, 2017
1 parent 3e9f88f commit 1b655ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions using_stepper/README.md
Original file line number Diff line number Diff line change
@@ -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/).
Binary file added using_stepper/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.

0 comments on commit 1b655ac

Please sign in to comment.