From d2f7e1ad9033e1b1dc0f185bde5bbe78c927b4c9 Mon Sep 17 00:00:00 2001 From: Nikhil Rajput Date: Thu, 19 Oct 2023 17:48:37 +0530 Subject: [PATCH] bumped to version 2.1.2 --- CHANGELOG.md | 10 +++++++++- README.md | 10 +++++----- pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa68ce1..4567257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/README.md b/README.md index 6bac141..c856200 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 0ac4f1a..699fb19 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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