universal_file_previewer 0.3.0
universal_file_previewer: ^0.3.0 copied to clipboard
Preview 50+ file formats (PDF, images, video, audio, code, zip, markdown, CSV, JSON and more) with zero heavy dependencies. Uses pure Dart + native platform channels.
0.3.0 #
- URL Support: Directly preview files from a URL in
FilePreviewWidgetandFilePreviewPage. - Automatic Downloading: Added internal handling for remote files using
httpandpath_provider.
0.2.0 #
- Multi-Platform Support: Added infrastructure for Web, macOS, Windows, and Linux.
- Swift Package Manager (SPM): Implemented SPM support for iOS and macOS.
- Static Analysis: Fixed ~120 linter issues (missing curly braces) and added strict
analysis_options.yaml. - Web Integration: Added
flutter_web_pluginsand web plugin registration. - Android/iOS Polish: Updated for AGP 9.0+ compatibility and modern namespaces.
- Architecture: Improved Pure Dart parsers for ZIP, Markdown, and JSON.
- Zero Dependencies: Maintained 100% dependency-free core (only
flutter_web_pluginsfor web).
0.1.0 #
- Initial release (Reserved)