From 8874e85bc53b247a1d75eee0f483594f66beea0c Mon Sep 17 00:00:00 2001 From: Tatiana Sugina Date: Mon, 25 Mar 2024 12:17:07 +0300 Subject: [PATCH] chore: updated url images --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a51775..3995d8c 100644 --- a/README.md +++ b/README.md @@ -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 : @@ -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( @@ -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 !!!**