From d287dead4118f489da5727adaec14bbe21ded5e6 Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Thu, 31 Jul 2025 10:16:46 +0530 Subject: [PATCH] v4.2.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34cb2b2..945a08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index ec644e1..e1bf5ea 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index cbceb15..c5dc73d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -135,7 +135,7 @@ packages: path: ".." relative: true source: path - version: "4.1.0" + version: "4.2.0" flutter: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index fac5728..2363422 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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