Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.2.0

- feat: updated Firebase dependencies to latest versions (`cloud_firestore: ^6.0.0` and `firebase_database: ^12.0.0`)
- chore: updated example template to Flutter 3.32

## 4.1.0

- feat: add substring filter for specific fields in pagination. Thanks [@delwar36](https://github.com/delwar36) for [#62](https://github.com/OutdatedGuy/firebase_pagination/pull/62)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A simple and effective way to **Paginate** Firebase related data.
#### Add to Dependencies

```yaml
firebase_pagination: ^4.1.0
firebase_pagination: ^4.2.0
```

#### 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 @@ -135,7 +135,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.1.0"
version: "4.2.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: firebase_pagination
description: "A flutter package to paginate realtime database and firestore with live updates."
version: 4.1.0
version: 4.2.0
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/firebase_pagination

Expand Down