microsoft_viewer 0.0.8
microsoft_viewer: ^0.0.8 copied to clipboard
A Flutter based package for viewing Microsoft Office documents like docx, pptx, xlsx.
0.0.1 #
- Initial release with basic features.
0.0.2 #
- Fixed issues reported by pub.flutter-io.cn
0.0.3 #
- Cleaned up code
0.0.4 #
- Changed the logic for pptx to use textbox instead of just text
0.0.5 #
- Rearranged the code for better maintainability
- Added more formatting for .docx file
- Added "compute for .xlsx and .pptx" for better UI experience for large file
0.0.6 #
- Breaking change - need to add another parameter to indicate whether size restricted or not
- Added more formatting for .xlsx file
- Added compute for all three file formats for better UI experience
0.0.7 #
- Added more formatting for .pptx file
0.0.8 #
- Made the widget web compatible