Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dbilgin committed Apr 11, 2022
1 parent 84e8abc commit af5e3cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Swipe Image Gallery
[![Pub Version](https://img.shields.io/pub/v/swipe_image_gallery?color=blueviolet)](https://pub.dev/packages/swipe_image_gallery)

A scrollable, dismissable by swiping, zoomable, rotatable image gallery on which you can add a dynamic overlay.
A scrollable, dismissable by swiping, zoomable gallery on which you can add a dynamic overlay.
While it is intended for an image gallery different types of widgets can also be used.

## Installation
Expand Down Expand Up @@ -56,7 +56,7 @@ SwipeImageGallery(
).show();
```

![widgets](https://user-images.githubusercontent.com/15243788/162843736-0be8621b-63f1-4144-8aa8-a804f89f24a0.gif)
![Widgets](https://user-images.githubusercontent.com/15243788/162843736-0be8621b-63f1-4144-8aa8-a804f89f24a0.gif)

### Using Builder

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.0"
version: "0.5.1"
term_glyph:
dependency: transitive
description:
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: swipe_image_gallery
description: A scrollable, dismissable by swiping, zoomable gallery on which you can add a dynamic overlay.
version: 0.5.0
version: 0.5.1
homepage: https://github.com/dbilgin/swipe_image_gallery

environment:
Expand Down

0 comments on commit af5e3cb

Please sign in to comment.