Skip to content

Commit

Permalink
feat: lower dart sdk version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manuindersekhon committed Feb 16, 2024
1 parent 0488941 commit de89dbd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- Lower Dart SDK version to 3.2.1

## 1.1.0

- Add alternate scroll physics:- `PageViewTypeScrollPhysics`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ or

```yaml
dependencies:
infinite_carousel: ^1.1.0
infinite_carousel: ^1.1.1
```
After that import the package.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.0"
version: "1.1.1"
leak_tracker:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: infinite_carousel
description: Carousel in flutter. Supports features like infinite looping, friction effect, multiple scroll physics and control over item anchor and velocity.
version: 1.1.0
version: 1.1.1

homepage: https://github.com/GeekyAnts/infinite-carousel-flutter
repository: https://github.com/GeekyAnts/infinite-carousel-flutter
issue_tracker: https://github.com/GeekyAnts/infinite-carousel-flutter/issues

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.2.1 <4.0.0"
flutter: ">=3.3.0"

dependencies:
Expand Down

0 comments on commit de89dbd

Please sign in to comment.