Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux committed Dec 24, 2022
1 parent 6b14ba0 commit 1fe9260
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.2.1
* [Fix] Use root navigator for modal

### 1.2.0
* Add support for macOS in `example`
* `GiphySelector` can be displayed in a modal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Inspired by [giphy_get](https://github.com/bazookon/giphy_get)
This package allow to get gifs, sticker or emojis from [GIPHY](https://www.giphy.com/) in pure dart
code using [Giphy SDK](https://developers.giphy.com/docs/sdk) design guidelines.

<img src="https://github.com/amantoux/giphy_selector/raw/main/example/assets/demo/giphy_selector_widget.gif" width="360" />
<img src="https://github.com/amantoux/giphy_selector/raw/master/example/assets/demo/giphy_selector_widget.gif" width="360" />

## Getting Started

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: giphy_selector
description: A Flutter plugin enabling the selection of a GIPHY GIF, Sticker or Emoji
version: 1.2.0
version: 1.2.1
homepage: https://github.com/amantoux/giphy_selector


Expand Down

0 comments on commit 1fe9260

Please sign in to comment.