diff --git a/using_stepper/README.md b/using_stepper/README.md index a412974..5acba84 100644 --- a/using_stepper/README.md +++ b/using_stepper/README.md @@ -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)] + + ## 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/). diff --git a/using_stepper/demo_img.gif b/using_stepper/demo_img.gif new file mode 100644 index 0000000..61cc426 Binary files /dev/null and b/using_stepper/demo_img.gif differ