mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-08-24 06:21:52 +08:00
added demo_gif and link to docs and material spec to readme of using_stepper example
This commit is contained in:
@ -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
BIN
using_stepper/demo_img.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 455 KiB |
Reference in New Issue
Block a user