universal_dockit 1.0.1
universal_dockit: ^1.0.1 copied to clipboard
A Flutter plugin for viewing PDF, Word, Excel, PowerPoint, EPUB, CBZ, TXT, CSV, RTF, and OpenDocument files on Android and iOS.
1.0.1 #
- Replaced Apache POI with
all-documents-readerSDK on Android for parsing Office documents (Word, Excel, PowerPoint) to resolve dependency conflicts and improve reliability. - General bug fixes and stability improvements.
1.0.0 #
- Initial release of Universal Dockit!
- Added support for 15 different document types natively across Android and iOS.
- Implemented hardware-accelerated rendering for PDF, Office formats, and E-Books.
- Added
darkModeboolean flag for dynamic dark mode switching across all document renderers. - Adopted modern
ViewModelarchitecture withDispatchers.IOfor background parsing on Android.