secure_image_viewer 0.0.4
secure_image_viewer: ^0.0.4 copied to clipboard
A secure image viewer widget that prevents screenshots, supports encrypted images, watermarks, and auto-expiry.
Changelog #
All notable changes to this project will be documented in this file.
0.0.2 - 2025-09-09 #
Fixed #
- Updated
webdependency to^1.0.0to resolve conflicts withfirebase_messaging ^15.x. - Fixed Dart warnings:
- Removed unused local variable in
watermark_painter.dart. - Converted
keyto super parameter insecure_image_widget.dart.
- Removed unused local variable in
Added #
- Updated
pubspec.yamlmetadata and versioning for pub.flutter-io.cn compatibility. - Prepared changelog structure for future releases.
0.0.1 - 2025-09-08 #
Added #
- Initial release of
SecureImageViewerFlutter plugin. - Screenshot & screen recording protection.
- Encrypted image support (AES).
- Dynamic watermark overlay.
- Auto-expire image feature.
- Cross-platform support: Android, iOS, Web, Windows, MacOS, Linux.
- Example app demonstrating basic usage.