---
title: "Download Flutter PDF library"
canonical_url: "https://www.nutrient.io/guides/flutter/downloads/"
md_url: "https://www.nutrient.io/guides/flutter/downloads.md"
last_updated: "2026-05-18T12:22:04.618Z"
description: "The latest version of Nutrient Flutter SDK can be downloaded from pub.dev. You can also find the latest version of the Nutrient Flutter SDK plugin on GitHub."
---

# Download Flutter library

The latest version of Nutrient Flutter SDK can be downloaded from [pub.dev](https://pub.dev/packages/nutrient_flutter). You can also find the latest version of the Nutrient Flutter SDK plugin on [GitHub](https://github.com/PSPDFKit/pspdfkit-flutter). You can install Nutrient directly from the command line using the following command:

```bash

flutter pub add nutrient_flutter

```

The table below links both to guides that help you integrate Nutrient into an existing project, and to the GitHub sample projects.

For instructions on how to use updated or new features, see our migration guides for [Android](https://www.nutrient.io/guides/android/upgrade.md) and [iOS](https://www.nutrient.io/guides/ios/upgrade.md).

| Frontend | Get started            | GitHub                            |
| -------- | ---------------------- | --------------------------------- |
| Android  | [Guide](https://www.nutrient.io/sdk/flutter/getting-started.md) | [Example project](https://www.nutrient.io/sdk/flutter/getting-started.md) |
| iOS      | [Guide](https://www.nutrient.io/sdk/flutter/getting-started.md)     | [Example project](https://www.nutrient.io/sdk/flutter/getting-started.md)     |
| Web      | [Guide](https://www.nutrient.io/sdk/flutter/getting-started.md)     | [Example project](https://www.nutrient.io/sdk/flutter/getting-started.md)     |

For new users, visit our [free trial page](https://www.nutrient.io/sdk/try/) to get started integrating Nutrient into your project.
---

## Related pages

- [Flutter PDF bookmark SDK](/guides/flutter/bookmarks.md)
- [Dart PDF library](/guides/flutter/dart.md)
- [Explore advanced PDF capabilities with demos](/guides/flutter/demo.md)
- [Changelog for Flutter](/guides/flutter/changelog.md)
- [Bridge Nutrient native Android, iOS, and Web APIs in Flutter](/guides/flutter/customize.md)
- [Flutter PDF library](/guides/flutter.md)
- [Knowledge base](/guides/flutter/kb.md)
- [Flutter guides: Integrate our PDF library](/guides/flutter/intro.md)
- [Open PDF files in Flutter](/guides/flutter/open-a-document.md)
- [Troubleshooting](/guides/flutter/troubleshoot.md)
- [Upgrade and migration guides](/guides/flutter/upgrade.md)

