Skip to content

Commit

Permalink
bumped to version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed Oct 19, 2023
1 parent a974c9e commit d2f7e1a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.1.2

* **Documentation**: Updated the documentation to display the sceenshots.

## 2.1.1

* **Documentation**: Updated the documentation to display the sceenshots.

## 2.1.0

* **Fix**: `issue #27` LICENSE updated to MIT.
Expand Down Expand Up @@ -30,7 +38,7 @@

## 2.0.1

* **Documentation**: Updated the documentation to reflect the new Github Pages deployment
* **Documentation**: Updated the documentation to reflect the new Github Pages deployment.
* **Fix**: All known bug fixed and removed.

## 2.0.0+1
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ A customizable carousel slider widget in Flutter which supports infinite scrolli

## Screenshots

![Screenshot 1](/screenshots/screenshot-1.png)
![Screenshot 2](/screenshots/screenshot-2.png)
![Screenshot 3](/screenshots/screenshot-3.png)
![Screenshot 4](/screenshots/screenshot-4.png)
![Screenshot 5](/screenshots/screenshot-5.png)
![Screenshot 1](https://raw.githubusercontent.com/nixrajput/flutter_carousel_widget/master/screenshots/screenshot-1.png)
![Screenshot 2](https://raw.githubusercontent.com/nixrajput/flutter_carousel_widget/master/screenshots/screenshot-2.png)
![Screenshot 3](https://raw.githubusercontent.com/nixrajput/flutter_carousel_widget/master/screenshots/screenshot-3.png)
![Screenshot 4](https://raw.githubusercontent.com/nixrajput/flutter_carousel_widget/master/screenshots/screenshot-4.png)
![Screenshot 5](https://raw.githubusercontent.com/nixrajput/flutter_carousel_widget/master/screenshots/screenshot-5.png)

## Demo

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_carousel_widget
description: A customizable carousel slider widget in Flutter which supports infinite scrolling, auto scrolling, custom child widget, custom animations and built-in indicators.

version: 2.1.1
version: 2.1.2

homepage: https://pub.dev/packages/flutter_carousel_widget
repository: https://github.com/nixrajput/flutter_carousel_widget
Expand Down

0 comments on commit d2f7e1a

Please sign in to comment.