---
title: "Flutter image viewer library: JPG, PDF, TIFF | Nutrient"
canonical_url: "https://www.nutrient.io/guides/flutter/viewer/images/"
md_url: "https://www.nutrient.io/guides/flutter/viewer/images.md"
last_updated: "2026-05-30T02:20:01.301Z"
description: "Nutrient Flutter SDK includes support for directly rendering JPEG, PNG, and TIFF files in any modern browser or mobile device without any plugins."
---

# Flutter image viewer library

Nutrient Flutter SDK includes support for directly rendering JPEG, PNG, and TIFF files in any modern browser or mobile device without any plugins. It offers developers a way to quickly embed a highly configurable image or PDF viewer with a beautiful UI in any web application.

## Key capabilities

- **Customizable UI** — Hide or add buttons, and match your look and feel

- **PDF files** — Open PDFs as well as TIFFs, JPGs, or PNGs

- **Accessible** — Built-in assistive technology-friendly features

- **Extendable** — Add annotation, signatures, forms, and more

## Image file type support

Nutrient supports the following file types:

| Image support |   |
| ------------- | - |
| PNG           | ✓ |
| JPEG, JPG     | ✓ |
| TIFF, TIF     | ✓ |

---

## Related pages

- [Get page information in Nutrient Flutter SDK PDF viewer](/guides/flutter/viewer/page-info.md)
- [Coordinate conversion in the Flutter PDF viewer](/guides/flutter/viewer/coordinate-conversion.md)
- [Configuring scroll direction and page transitions in our Flutter viewer](/guides/flutter/viewer/page-transition.md)
- [Optimize PDF reading with reader view for iOS](/guides/flutter/viewer/reader-view.md)
- [Flutter PDF viewer library](/guides/flutter/viewer.md)
- [Customizing page navigation in our Flutter PDF viewer](/guides/flutter/viewer/page-navigation.md)
- [Customizing zoom options in our Flutter PDF viewer](/guides/flutter/viewer/zooming.md)
- [Nutrient Flutter SDK web PDF viewer](/guides/flutter/viewer/web.md)

