From 1fe92609e70f5c7f0713dc97ebccb01ec4cf40df Mon Sep 17 00:00:00 2001 From: Alan Mantoux Date: Sat, 24 Dec 2022 07:32:50 +0100 Subject: [PATCH] v1.2.1 --- CHANGELOG.md | 3 +++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d877ac3..84aab18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 5cd4817..442b902 100644 --- a/README.md +++ b/README.md @@ -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. - + ## Getting Started diff --git a/pubspec.yaml b/pubspec.yaml index 8436c07..612de76 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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