Skip to content

Commit

Permalink
Release 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-abramov committed Aug 7, 2024
1 parent c6c2ed1 commit 3bbbfc8
Show file tree
Hide file tree
Showing 11 changed files with 309 additions and 272 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 3bbbfc8

Please sign in to comment.