docx_viewer 0.2.2
docx_viewer: ^0.2.2 copied to clipboard
A Flutter package which allows you to view Docx/Doc document format for Android.
Changelog #
0.2.2 #
- Updated the README.md
- Expanded DOCX viewer widget to support loading documents from a file path, a file object, or raw bytes, providing greater flexibility for users.
- Updated to read only docx files.
0.2.1 #
- Updated the README.md
- Added the Handeling of the File From the Internet or Network too.
0.2.0 #
- Added the
extractTextFromDocxmethod to extract text from the DOCX file.
0.1.1 #
- Added Example Code
- Updated the README.md
- Handles file validation (file path check, file type check, file existence check).
- Added error handling with an optional callback function (
onError). - Customizable font size for text display.
0.1.0 #
- Initial release of the
docx_viewerpackage. - Added support for displaying DOCX files as text.