Skip to content

Commit

Permalink
added another demo_gif for horizontal mode in using_stepper example
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Aug 26, 2017
1 parent 1b655ac commit 081981e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion using_stepper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ A material stepper widget that displays progress through a sequence of steps. St

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" />
<img src="demo_img.gif" height="600em" /> <img src="demo_img_2.gif" height="600em" />


## Getting Started

Expand Down
Binary file added using_stepper/demo_img_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions using_stepper/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class MyHomeState extends State<MyHome> {
// List the steps you would like to have
steps: my_steps,
// Define the type of Stepper style
// StepperType.horizontal : Horizontal Style
// StepperType.vertical : Vertical Style
type: StepperType.vertical,
// Know the step that is tapped
onStepTapped: (step) {
Expand Down

0 comments on commit 081981e

Please sign in to comment.