rspl_network_file_viewer 1.1.0
rspl_network_file_viewer: ^1.1.0 copied to clipboard
RSPLNetworkFileViewer is a customizable Flutter widget for displaying network images and PDFs with flexible UI, headers, and error handling.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 #
Changed #
- Replaced
easy_image_viewerwithextended_image^10.1.0 for the pinch/double-tap-zoom image view (internal implementation detail only; no public API change). - Bumped
flutter_cached_pdfviewto ^0.4.4 andflutter_lintsto ^6.0.0. - Raised the minimum SDK constraint to
>=3.7.0 <4.0.0. - Migrated the example app's iOS project from CocoaPods to Swift Package Manager, and its Android project from Groovy Gradle scripts to Kotlin DSL with current Gradle/AGP/Kotlin versions.
1.0.0 #
⚠️ BREAKING CHANGE: License Update #
- License: Changed from MIT License to Rishabh Software Source Available License (Non-Commercial) v1.0.
- Free for personal projects, learning, academic purposes, and evaluation
- Modification and forking allowed for non-commercial use
- Commercial use requires a separate license from Rishabh Software
- For licensing inquiries, refer to LICENSE for contact details.
Changed #
- Added contact information section in README.
0.0.1 #
Added #
- Introduced Network File Viewer component.
- Features implemented in this release:
- Supports multiple file types, including images and PDFs.
- Customizable UI with background color, content padding, and optional custom header.
- Provides HTTP headers for secure or authenticated file access.
- Includes a fallback error widget for better user experience.