Skip to content
Draft
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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down