diff --git a/README.md b/README.md index b16d416..0b050c4 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,19 @@ # Bottom Sheet -[![Build Status](https://shields.io/github/actions/workflow/status/surfstudio/flutter-bottom-sheet/main.yml?logo=github&logoColor=white)](https://github.com/surfstudio/flutter-bottom-sheet) + + + Shows an illustrated sun in light color mode and a moon with stars in dark color mode. + + +Made by [Surf 🏄‍♂️🏄‍♂️🏄‍♂️](https://surf.dev/) + +[![Build Status](https://shields.io/github/actions/workflow/status/surfstudio/flutter-bottom-sheet/on_pull_request.yml?logo=github&logoColor=white)](https://github.com/surfstudio/flutter-bottom-sheet) [![Coverage Status](https://img.shields.io/codecov/c/github/surfstudio/flutter-bottom-sheet?logo=codecov&logoColor=white)](https://codecov.io/gh/surfstudio/flutter-bottom-sheet) [![Pub Version](https://img.shields.io/pub/v/bottom_sheet?logo=dart&logoColor=white)](https://pub.dev/packages/bottom_sheet) [![Pub Likes](https://badgen.net/pub/likes/bottom_sheet)](https://pub.dev/packages/bottom_sheet) [![Pub popularity](https://badgen.net/pub/popularity/bottom_sheet)](https://pub.dev/packages/bottom_sheet/score) ![Flutter Platform](https://badgen.net/pub/flutter-platform/bottom_sheet) -This package is part of the [SurfGear](https://github.com/surfstudio/SurfGear) toolkit made by [Surf](https://surf.ru). - -[![Bottom sheet](https://i.ibb.co/MZqkwTv/bottom-sheet.png)](https://github.com/surfstudio/SurfGear) - ## About Custom bottom sheet widget that can be resized in response to drag gestures and then scrolled. @@ -35,9 +38,9 @@ There are 2 types of BottomSheets: ### Simple BottomSheet -![](https://raw.githubusercontent.com/surfstudio/flutter-bottom-sheet/main/assets/open-flexible-bottom-sheet.gif) +![Demo](https://raw.githubusercontent.com/surfstudio/flutter-bottom-sheet/main/assets/open-flexible-bottom-sheet.gif) -![](https://raw.githubusercontent.com/surfstudio/flutter-bottom-sheet/main/assets/example-web.gif) +![Demo](https://raw.githubusercontent.com/surfstudio/flutter-bottom-sheet/main/assets/example-web.gif) To show bottomSheet, use : @@ -70,7 +73,7 @@ Widget _buildBottomSheet( ### BottomSheet with height based on content -![](https://raw.githubusercontent.com/surfstudio/flutter-bottom-sheet/main/assets/example-with-height-base-on-content.gif) +![Demo](https://raw.githubusercontent.com/surfstudio/flutter-bottom-sheet/main/assets/example-with-height-base-on-content.gif) ```dart showFlexibleBottomSheet( @@ -101,7 +104,7 @@ Widget _buildBottomSheet( ### Sticky BottomSheet -![](https://raw.githubusercontent.com/surfstudio/flutter-bottom-sheet/main/assets/open-sticky-bottom-sheet.gif) +![Demo](https://raw.githubusercontent.com/surfstudio/flutter-bottom-sheet/main/assets/open-sticky-bottom-sheet.gif) To show sticky BottomSheet, use: **You have to return SliverChildListDelegate from builder !!!**