From 3ac9fc491dbd7afbc9a59ba90b6999c44fd4e04e Mon Sep 17 00:00:00 2001 From: Julius Kato Mutumba Date: Tue, 4 Aug 2026 12:35:10 +0300 Subject: [PATCH] Note that this branch is locked on 5.6.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nutrient Flutter SDK 6.0 and later are published to pub.dev only. The native SDK APIs are reachable through the bindings API, so this repository no longer needs to carry the plugin source for new releases, and master stays on 5.6.x. Also pin the installation snippet to ^5.6.0. It read `nutrient_flutter: any`, which resolves to 6.0.0 once that is on pub.dev, while the surrounding setup instructions here are 5.6.x-era — different minimum Android API level, Flutter version, and dependency shape. Following this README with `any` would fail to build. The nightly branch continues to receive updates. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d0bdb6c..c9eb8edb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Add powerful PDF functionality to your Flutter apps with the Nutrient Flutter SDK. View, annotate, and edit PDFs seamlessly across Android, iOS, and Web platforms. +> **Note:** This branch tracks Nutrient Flutter SDK **5.6.x** and is no longer updated for newer releases. Nutrient Flutter SDK 6.0 and later are published to [pub.dev](https://pub.dev/packages/nutrient_flutter), where the native SDK APIs are available through the bindings API. See the [changelog](https://www.nutrient.io/changelog/flutter/) and the [Flutter SDK 6 migration guide](https://www.nutrient.io/guides/flutter/migration-guides/flutter-6-migration-guide/). The `nightly` branch continues to receive updates. + ![Nutrient Flutter SDK](screenshots/flutter.png) ## Requirements @@ -23,9 +25,13 @@ Add powerful PDF functionality to your Flutter apps with the Nutrient Flutter SD ```yaml dependencies: - nutrient_flutter: any + nutrient_flutter: ^5.6.0 ``` +The instructions in this README apply to 5.6.x. Pin the dependency as shown so +that `pub get` does not resolve to 6.0.0, whose setup requirements differ. For +6.0 and later, follow the [getting started guide](https://www.nutrient.io/guides/flutter/getting-started/). + 2. Run the following command: ```bash