Skip to content

Commit 0342346

Browse files
authored
v4.0.1 (#58)
1 parent 49958f4 commit 0342346

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
## 4.0.1
2+
3+
- refactor: lowered sdk constraints to support dart 2.17 and above
4+
15
## 4.0.0
26

37
### BREAKING CHANGES
48

5-
- `itemBuilder` will now send the entire document snapshot array instead of a single document snapshot
9+
- `itemBuilder` will now send the entire document snapshot array instead of a single document snapshot. Thanks [@opxdelwin](https://github.com/opxdelwin) for [#48](https://github.com/OutdatedGuy/firebase_pagination/pull/48)
610

711
### Features
812

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A simple and effective way to **Paginate** Firebase related data.
2828
#### Add to Dependencies
2929

3030
```yaml
31-
firebase_pagination: ^4.0.0
31+
firebase_pagination: ^4.0.1
3232
```
3333
3434
#### Import the package

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ packages:
135135
path: ".."
136136
relative: true
137137
source: path
138-
version: "4.0.0"
138+
version: "4.0.1"
139139
flutter:
140140
dependency: "direct main"
141141
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_pagination
22
description: "A flutter package to paginate realtime database and firestore with live updates."
3-
version: 4.0.0
3+
version: 4.0.1
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/firebase_pagination
66

0 commit comments

Comments
 (0)