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
web
dependency to^1.0.0
to resolve conflicts withfirebase_messaging ^15.x
. - Fixed Dart warnings:
- Removed unused local variable in
watermark_painter.dart
. - Converted
key
to super parameter insecure_image_widget.dart
.
- Removed unused local variable in
Added #
- Updated
pubspec.yaml
metadata and versioning for pub.dev compatibility. - Prepared changelog structure for future releases.
0.0.1 - 2025-09-08 #
Added #
- Initial release of
SecureImageViewer
Flutter 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.