---
title: "Add PDF collaboration to your Flutter application | Nutrient"
canonical_url: "https://www.nutrient.io/guides/flutter/instant-synchronization/get-started/"
md_url: "https://www.nutrient.io/guides/flutter/instant-synchronization/get-started.md"
last_updated: "2026-06-09T10:25:14.448Z"
description: "Nutrient Instant for Flutter makes it easy to add real-time collaboration features to your Nutrient-powered app. It allows users to seamlessly share."
---

# Integrating real-time collaboration into your Flutter application

Nutrient Instant for Flutter makes it easy to add real-time collaboration features to your Nutrient-powered app. It allows users to seamlessly share, edit, and annotate PDF documents across Android, iOS, and web apps.

## Requirements

**Nutrient Flutter SDK with Instant**

Nutrient Flutter SDK supports Instant by default. No additional setup is required on the client side. To run Instant, provide the server URL and the JSON Web Token (JWT) from the server, which contains the user authentication, permissions, and Instant layers.

**Document Engine instance**

To set up a Document Engine instance, follow the [example projects](https://www.nutrient.io/guides/document-engine/example-projects.md) guide, which walks you through setting up an example project

## Quick start with the Catalog example

To run the [Flutter Catalog example](https://github.com/PSPDFKit/pspdfkit-flutter/blob/master/example/lib/instant_collaboration_example.dart) with the built-in Instant example:

1. Go to the Nutrient [Web demo](https://web-examples.our.services.nutrient-powered.io/) page.

2. Click the **Collaborate in Real-time** button in the top-left corner.

3. A dialog will appear with a collaboration URL and a QR code.

4. Run the [Flutter Catalog example](https://github.com/PSPDFKit/pspdfkit-flutter/blob/master/example/lib/instant_collaboration_example.dart) on an emulator or physical device.

5. In the Nutrient Instant example, enter the collaboration URL, or scan the QR code (when using a physical device), to open the Instant document from the server demo.
---

## Related pages

- [Sync PDF annotations in Flutter apps](/guides/flutter/instant-synchronization/annotation-sync.md)
- [Client authentication in Nutrient Instant](/guides/flutter/instant-synchronization/authentication.md)
- [Instant sync and document state in Flutter](/guides/flutter/instant-synchronization/document-state.md)
- [Adding Instant comments to PDFs in Flutter](/guides/flutter/instant-synchronization/comments.md)
- [Create PDF annotation layers in Flutter](/guides/flutter/instant-synchronization/instant-layers.md)
- [PDF collaboration library for Flutter](/guides/flutter/instant-synchronization.md)
- [NutrientInstantView widget](/guides/flutter/instant-synchronization/instant-view.md)
- [Offline PDF annotations with automatic sync](/guides/flutter/instant-synchronization/offline-support.md)
- [Nutrient Instant usage](/guides/flutter/instant-synchronization/usage.md)

