Skip to content

Commit d2f7e1a

Browse files
committed
bumped to version 2.1.2
1 parent a974c9e commit d2f7e1a

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.1.2
4+
5+
* **Documentation**: Updated the documentation to display the sceenshots.
6+
7+
## 2.1.1
8+
9+
* **Documentation**: Updated the documentation to display the sceenshots.
10+
311
## 2.1.0
412

513
* **Fix**: `issue #27` LICENSE updated to MIT.
@@ -30,7 +38,7 @@
3038

3139
## 2.0.1
3240

33-
* **Documentation**: Updated the documentation to reflect the new Github Pages deployment
41+
* **Documentation**: Updated the documentation to reflect the new Github Pages deployment.
3442
* **Fix**: All known bug fixed and removed.
3543

3644
## 2.0.0+1

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ A customizable carousel slider widget in Flutter which supports infinite scrolli
5252

5353
## Screenshots
5454

55-
![Screenshot 1](/screenshots/screenshot-1.png)
56-
![Screenshot 2](/screenshots/screenshot-2.png)
57-
![Screenshot 3](/screenshots/screenshot-3.png)
58-
![Screenshot 4](/screenshots/screenshot-4.png)
59-
![Screenshot 5](/screenshots/screenshot-5.png)
55+
![Screenshot 1](https://raw.githubusercontent.com/nixrajput/flutter_carousel_widget/master/screenshots/screenshot-1.png)
56+
![Screenshot 2](https://raw.githubusercontent.com/nixrajput/flutter_carousel_widget/master/screenshots/screenshot-2.png)
57+
![Screenshot 3](https://raw.githubusercontent.com/nixrajput/flutter_carousel_widget/master/screenshots/screenshot-3.png)
58+
![Screenshot 4](https://raw.githubusercontent.com/nixrajput/flutter_carousel_widget/master/screenshots/screenshot-4.png)
59+
![Screenshot 5](https://raw.githubusercontent.com/nixrajput/flutter_carousel_widget/master/screenshots/screenshot-5.png)
6060

6161
## Demo
6262

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_carousel_widget
22
description: A customizable carousel slider widget in Flutter which supports infinite scrolling, auto scrolling, custom child widget, custom animations and built-in indicators.
33

4-
version: 2.1.1
4+
version: 2.1.2
55

66
homepage: https://pub.dev/packages/flutter_carousel_widget
77
repository: https://github.com/nixrajput/flutter_carousel_widget

0 commit comments

Comments
 (0)