Showing
1 changed file
with
7 additions
and
1 deletions
| @@ -2,12 +2,18 @@ | @@ -2,12 +2,18 @@ | ||
| 2 | 2 | ||
| 3 | # Flutter Modal Bottom Sheet | 3 | # Flutter Modal Bottom Sheet |
| 4 | 4 | ||
| 5 | -Create awesome and powerful modal bottom sheets | 5 | +Create awesome and powerful modal bottom sheets. |
| 6 | + | ||
| 7 | + | ||
| 6 | 8 | ||
| 7 | | Cupertino Modal | Multiple Modals | Material Modal | Bar Modal | Create your own | | 9 | | Cupertino Modal | Multiple Modals | Material Modal | Bar Modal | Create your own | |
| 8 | |---|---|---|---|---| | 10 | |---|---|---|---|---| |
| 9 | |<img height="300" src="https://github.com/jamesblasco/modal_bottom_sheet/blob/master/screenshots/cupertino_shared_view.gif?raw=true">| <img height="300" src="https://github.com/jamesblasco/modal_bottom_sheet/blob/master/screenshots/modal_inside_modal.gif?raw=true">| <img height="300" src="https://github.com/jamesblasco/modal_bottom_sheet/blob/master/screenshots/material_fit.png?raw=true">|<img height="300" src="https://github.com/jamesblasco/modal_bottom_sheet/blob/master/screenshots/bar_modal.png?raw=true">| <img height="300" src="https://github.com/jamesblasco/modal_bottom_sheet/blob/master/screenshots/avatar_modal.png?raw=true">| | 11 | |<img height="300" src="https://github.com/jamesblasco/modal_bottom_sheet/blob/master/screenshots/cupertino_shared_view.gif?raw=true">| <img height="300" src="https://github.com/jamesblasco/modal_bottom_sheet/blob/master/screenshots/modal_inside_modal.gif?raw=true">| <img height="300" src="https://github.com/jamesblasco/modal_bottom_sheet/blob/master/screenshots/material_fit.png?raw=true">|<img height="300" src="https://github.com/jamesblasco/modal_bottom_sheet/blob/master/screenshots/bar_modal.png?raw=true">| <img height="300" src="https://github.com/jamesblasco/modal_bottom_sheet/blob/master/screenshots/avatar_modal.png?raw=true">| |
| 10 | 12 | ||
| 13 | +## Try it | ||
| 14 | + | ||
| 15 | +Expolre the [Web Demo](https://jamesblasco.github.io/modal_bottom_sheet/#/) or clone the repository | ||
| 16 | + | ||
| 11 | ## First Steps | 17 | ## First Steps |
| 12 | 18 | ||
| 13 | How to install it? [Follow Instructions]( | 19 | How to install it? [Follow Instructions]( |
-
Please register or login to post a comment