Skip to content

Commit

Permalink
chore: updated version + changelog + readme v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loonix committed Jul 18, 2022
1 parent 2cd979e commit a4489d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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: 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:
Expand Down

0 comments on commit a4489d1

Please sign in to comment.