Skip to content

Commit

Permalink
chore: fix readme links. (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
xsahil03x committed Jul 8, 2023
1 parent 24cdb00 commit f7adf2a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 2.0.0+2

- Fix README.md gif links.

## 2.0.0+1

- Add live demo link to README.md
- Update README.md
- Add live demo link to README.md.
- Update README.md.

## 2.0.0

Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A beautiful and custom alert dialog for flutter highly inspired from <a href="ht
Live Demo: https://xsahil03x.github.io/giffy_dialog

<p>
<img src="asset/package_demo.gif" alt="An animated image of the GiffyDialog" height="400"/>
<img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/package_demo.gif?raw=true" alt="An animated image of the GiffyDialog" height="400"/>
</p>

## Migration from v1 to v2
Expand Down Expand Up @@ -131,24 +131,24 @@ Or use it like a bottom sheet:
</tr>
<tr>
<th>Image Giffy</th>
<td colspan="2"><img src="asset/m2/image_giffy_dialog.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="asset/m3/image_giffy_dialog.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="asset/m2/image_giffy_bottom_sheet.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="asset/m3/image_giffy_bottom_sheet.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m2/image_giffy_dialog.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m3/image_giffy_dialog.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m2/image_giffy_bottom_sheet.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m3/image_giffy_bottom_sheet.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
</tr>
<tr>
<th>Rive Giffy</th>
<td colspan="2"><img src="asset/m2/rive_giffy_dialog.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="asset/m3/rive_giffy_dialog.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="asset/m2/rive_giffy_bottom_sheet.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="asset/m3/rive_giffy_bottom_sheet.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m2/rive_giffy_dialog.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m3/rive_giffy_dialog.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m2/rive_giffy_bottom_sheet.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m3/rive_giffy_bottom_sheet.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
</tr>
<tr>
<th>Lottie Giffy</th>
<td colspan="2"><img src="asset/m2/lottie_giffy_dialog.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="asset/m3/lottie_giffy_dialog.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="asset/m2/lottie_giffy_bottom_sheet.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="asset/m3/lottie_giffy_bottom_sheet.gif" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m2/lottie_giffy_dialog.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m3/lottie_giffy_dialog.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m2/lottie_giffy_bottom_sheet.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
<td colspan="2"><img src="https://github.com/xsahil03x/giffy_dialog/blob/master/asset/m3/lottie_giffy_bottom_sheet.gif?raw=true" height="400" alt="Image Giffy Dialog"/></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: giffy_dialog
homepage: https://github.com/xsahil03x/giffy_dialog
description: A Flutter package for a quick, handy and beautiful giffy dialogs and bottom sheets.
version: 2.0.0+1
version: 2.0.0+2
repository: https://github.com/xsahil03x/giffy_dialog
issue_tracker: https://github.com/xsahil03x/giffy_dialog/issues

Expand Down

0 comments on commit f7adf2a

Please sign in to comment.