Skip to content

Commit a4489d1

Browse files
chore: updated version + changelog + readme v1.1.2
1 parent 2cd979e commit a4489d1

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.1.2 - 18/07/2022
2+
Fixes the issue with flutter 3.X widget binding '?'
13
## 1.1.1 - 29/06/2022
24
Bugfix to WidgetsBinding -> https://github.com/loonix/another_xlider/issues/12 flagged by @greyovo
35
## 1.1.0 - 21/05/2022 (Flutter 3 upgrade)

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
(Flutter Slider) A material design slider and range slider, horizontal and vertical, with rtl support and lots of options and customizations for flutter
44

5+
6+
## IMPORTANT: Breaking Changes!
7+
- Flutter Version 2.x - Take any version up to 1.1.1
8+
- Flutter Version 3.x - Take any version from 1.1.2
9+
510
## Get Started
611

712
### Single Slider

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: another_xlider
22
description: (Another Xlider) A material design slider and range slider, horizontal and vertical, with RTL support and lots of options and customizations for flutter
3-
version: 1.1.1
3+
version: 1.1.2
44
homepage: https://github.com/loonix/another_xlider
55

66
environment:

0 commit comments

Comments
 (0)