docx_viewer 0.2.1 docx_viewer: ^0.2.1 copied to clipboard
A Flutter package which allows you to view Docx/Doc document format for Android.
Changelog #
0.2.1 #
- Updated the README.md
- Added the Handeling of the File From the Internet or Network too.
0.2.0 #
- Added the
extractTextFromDocx
method 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_viewer
package. - Added support for displaying DOCX files as text.