Skip to content

Commit

Permalink
Merge pull request #293 from AcarFurkan/prepare-0.9.2
Browse files Browse the repository at this point in the history
Prepare 0.9.2
  • Loading branch information
AcarFurkan authored Aug 6, 2024
2 parents 12ef29f + 71d1831 commit 2252ebb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.9.2
- Fixed URL of the example screenshot in the Readme file for pub.dev. [#291](https://github.com/woltapp/wolt_modal_sheet/pull/291) by [AcarFurkan](https://github.com/AcarFurkan)
## 0.9.1
- Fix the wrong link for the example screenshot in the Readme file. [#290](https://github.com/woltapp/wolt_modal_sheet/pull/290) by [ulusoyca](https://github.com/ulusoyca)
## 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class WoltModalSheetHomePage extends StatelessWidget {

The code above will show you the screen below:

<img src="https://github.com/woltapp/wolt_modal_sheet/blob/main/doc/basic_app_screenshot.png" alt="WoltModalSheet with an endless list of items indicating the index of each item." width="280"/>
<img src="https://github.com/woltapp/wolt_modal_sheet/blob/main/doc/basic_app_screenshot.png?raw=true" alt="WoltModalSheet with an endless list of items indicating the index of each item." width="280"/>

### Basic Multi Page Example app

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wolt_modal_sheet
description: This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page.
version: 0.9.1
version: 0.9.2
repository: https://github.com/woltapp/wolt_modal_sheet
topics:
- modal
Expand Down

0 comments on commit 2252ebb

Please sign in to comment.