in_app_file_view 1.1.1
in_app_file_view: ^1.1.1 copied to clipboard
A Flutter plugin to view various file types such as PDFs, DOCs, PPTs, and Excel files.
📄 In-App File View for Flutter #
A Flutter plugin designed to effortlessly view various file types (PDF, DOC, PPT, Excel, images, and more) directly within your app on iOS. With seamless integration and a user-friendly interface, this plugin ensures a smooth and optimised in-app file viewing experience.
The iOS implementation leverages WKWebView
for high-performance rendering of files.
✨ Features at a Glance #
📂 Wide File Type Support #
Effortlessly view popular file formats, including:
- Documents:
DOCX
,DOC
,TXT
- Presentations:
PPTX
,PPT
- Spreadsheets:
XLSX
,XLS
- PDF Files
PDF
- Images:
PNG
,JPG
,JPEG
,HEIC
,GIF
🚀 Native Integration #
Built with native iOS code for a polished, responsive, and reliable file viewing experience.
🛠️ Performance Optimised #
Fast loading and smooth rendering for all supported file types.
💡 User-Friendly Design #
A clean and modern interface to enhance the user experience.
🎯 Why Choose In-App File View? #
Say goodbye to the hassle of opening files in external apps! With In-App File View, your users can view a variety of file types directly within your app. Whether you're building productivity tools, educational apps, or file-sharing platforms, this plugin is the perfect choice.
📖 Getting Started #
1. Add the Plugin to Your Project #
Include the plugin in your pubspec.yaml
:
dependencies:
in_app_file_view: 1.1.1