in_app_file_view 1.0.0
in_app_file_view: ^1.0.0 copied to clipboard
A Flutter plugin to view various file types such as PDFs, DOCs, PPTs, and Excel files.
in_app_file_view #
A Flutter plugin to view various file types (PDF, DOC, PPT, Excel, etc.) within your app on iOS. It allows for smooth in-app viewing of files with a clean and user-friendly experience.
The iOS implementation of the plugin uses WKWebView for rendering files.
✅ Supported file types
iOS docx,doc,xlsx,xls,pptx,ppt,pdf,txt
Features #
- View PDFs, DOCs, PPTs, Excel, and other supported file types.
- Integrated with native iOS code for file viewing.
- Optimized for performance and seamless user experience.
Getting Started #
This plugin allows Flutter apps to view files directly in the app. It supports iOS, and currently, it is not available for Android.
Installation #
To add in_app_file_view
to your Flutter project, add it to your pubspec.yaml
file:
dependencies:
in_app_file_view: ^0.0.3