Skip to content

Commit

Permalink
Merge pull request #100 from surfstudio/update_url_images
Browse files Browse the repository at this point in the history
Chore: updated url images
  • Loading branch information
internetova authored Mar 25, 2024
2 parents 66f90b3 + 8874e85 commit 09329eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ There are 2 types of BottomSheets:
## Example
#### Simple BottomSheet

![](assets/open-flexible-bottom-sheet.gif)
![](https://raw.githubusercontent.com/surfstudio/flutter-bottom-sheet/main/assets/open-flexible-bottom-sheet.gif)

![](assets/example-web.gif)
![](https://raw.githubusercontent.com/surfstudio/flutter-bottom-sheet/main/assets/example-web.gif)

To show bottomSheet, use :

Expand Down Expand Up @@ -68,7 +68,7 @@ Widget _buildBottomSheet(

#### BottomSheet with height based on content

![](assets/example-with-height-base-on-content.gif)
![](https://raw.githubusercontent.com/surfstudio/flutter-bottom-sheet/main/assets/example-with-height-base-on-content.gif)

```dart
showFlexibleBottomSheet(
Expand Down Expand Up @@ -99,7 +99,7 @@ Widget _buildBottomSheet(

#### Sticky BottomSheet

![](assets/open-sticky-bottom-sheet.gif)
![](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 !!!**
Expand Down

0 comments on commit 09329eb

Please sign in to comment.