Skip to content

Commit

Permalink
Merge pull request #72 from Dash-Kit/release/4.6.0
Browse files Browse the repository at this point in the history
Release 4.6.0
  • Loading branch information
w3ggy authored Aug 9, 2024
2 parents c6c2ed1 + 6b209e3 commit e3898ae
Show file tree
Hide file tree
Showing 11 changed files with 310 additions and 267 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: flutter-actions/setup-flutter@v2
with:
channel: stable
version: 3.22.2
version: 3.24.0

- name: Install dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: flutter-actions/setup-flutter@v2
with:
channel: stable
version: 3.22.2
version: 3.24.0

- name: Analyze
run: flutter analyze
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [4.6.0]

- Refactored LoadableList & PaginatedeLoadableList constructors signature
- BREAKING CHANGE: `items` replaced with `itemCount`. `itemBuilder` and `itemSeparator` now requires additional param `BuildContext` according to the `ListView.builder` constructor

## [4.5.0]

- Bump dependencies
Expand Down
Loading

0 comments on commit e3898ae

Please sign in to comment.