---
title: "eSignatures and digital signatures in Flutter"
canonical_url: "https://www.nutrient.io/guides/flutter/signatures/"
md_url: "https://www.nutrient.io/guides/flutter/signatures.md"
last_updated: "2026-06-08T17:11:05.529Z"
description: "Explore the differences between electronic and digital signatures, and learn how to implement them in Flutter applications for secure document signing."
---

# Understanding electronic and digital signatures

Nutrient Flutter SDK allows users to sign a document electronically using the built-in user interface. End users can tap a signature element, which will open a popover, allowing them to draw or type a signature or select an image to sign the document with.

To sign a document, you need to have the Electronic Signatures component enabled in your license.

---

## Related pages

- [Digital signatures in Flutter](/guides/flutter/signatures/digital-signatures.md)
- [Fill and sign PDF forms in Flutter](/guides/flutter/signatures/fill-and-sign-forms.md)
- [How to add electronic signatures to PDFs in Flutter](/guides/flutter/signatures/adding-an-electronic-signature.md)
- [How to save and store electronic signatures in Flutter](/guides/flutter/signatures/signature-storage.md)

