From a4489d1ccab1b6d548616917a6fb6bf873c9480d Mon Sep 17 00:00:00 2001 From: Daniel Carneiro Date: Mon, 18 Jul 2022 12:29:15 +0100 Subject: [PATCH] chore: updated version + changelog + readme v1.1.2 --- CHANGELOG.md | 2 ++ README.md | 5 +++++ pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5f6e1..cd89539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.1.2 - 18/07/2022 +Fixes the issue with flutter 3.X widget binding '?' ## 1.1.1 - 29/06/2022 Bugfix to WidgetsBinding -> https://github.com/loonix/another_xlider/issues/12 flagged by @greyovo ## 1.1.0 - 21/05/2022 (Flutter 3 upgrade) diff --git a/README.md b/README.md index 85d2038..3b9725a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ (Flutter Slider) A material design slider and range slider, horizontal and vertical, with rtl support and lots of options and customizations for flutter + +## IMPORTANT: Breaking Changes! +- Flutter Version 2.x - Take any version up to 1.1.1 +- Flutter Version 3.x - Take any version from 1.1.2 + ## Get Started ### Single Slider diff --git a/pubspec.yaml b/pubspec.yaml index e906f78..c2d15ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: another_xlider description: (Another Xlider) A material design slider and range slider, horizontal and vertical, with RTL support and lots of options and customizations for flutter -version: 1.1.1 +version: 1.1.2 homepage: https://github.com/loonix/another_xlider environment: