Skip to content

Commit

Permalink
chore: release v0.2.0 (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Kumar <[email protected]>
  • Loading branch information
xsahil03x authored Dec 1, 2024
1 parent ef24999 commit cc8bbe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Upcoming
## 0.2.0

- [[#11]](https://github.com/xsahil03x/super_paging/issues/11) Fix generating prepend load trigger notification when `prefetchIndex` is bigger than the items visible on the screen.
- [[#7](https://github.com/xsahil03x/super_paging/issues/7)] Fix generating load trigger notification when `itemCount` is less than `prefetchIndex`.
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: super_paging
homepage: https://github.com/xsahil03x/super_paging
description: Add pagination or load more or infinite scrolling functionality to your flutter list view with ease.
version: 0.1.0
version: 0.2.0
repository: https://github.com/xsahil03x/super_paging
issue_tracker: https://github.com/xsahil03x/super_paging/issues

Expand Down

0 comments on commit cc8bbe0

Please sign in to comment.