Skip to content

Commit

Permalink
build: update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuindersekhon committed Feb 16, 2024
1 parent f6ac4c5 commit 0488941
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.1.0

- Add alternate scroll physics:- `PageViewTypeScrollPhysics`.

Similar to PageView scroll physics. This disables friction effect and allows the user to land on the next item only most of the time, instead of the free-hand scrolling that is provided with the default `InfiniteScrollPhysics`.

- Fixed issue:- 'FixedScrollMetrics' is not a subtype of type 'InfiniteExtentMetrics' in type cast. Thanks to [PR #19](https://github.com/GeekyAnts/infinite-carousel-flutter/pull/19)
- Update package to support Flutter 3.19

## 1.0.3

- Upgrade package to support flutter 3.10
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.0.3
infinite_carousel: ^1.1.0
```
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.0.3"
version: "1.1.0"
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,6 +1,6 @@
name: infinite_carousel
description: Carousel in flutter. Supports infinite looping and gives control over anchor and velocity.
version: 1.0.3
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

homepage: https://github.com/GeekyAnts/infinite-carousel-flutter
repository: https://github.com/GeekyAnts/infinite-carousel-flutter
Expand Down

0 comments on commit 0488941

Please sign in to comment.