flutter_app_expiry 1.2.0
flutter_app_expiry: ^1.2.0 copied to clipboard
A Flutter package for freelancers and agencies. Set a payment deadline — the app locks itself automatically. Includes watermark overlay, custom expired screens, and programmatic expiry checks. Ship de [...]
Changelog #
1.2.0 #
- Added
WatermarkConfigto display a customizable watermark overlay (e.g., "DEMO") over the app UI. - Easily customizable with opacity, angle, color, and tiled repeating mode.
0.0.4 #
- Added
WatermarkConfigto display a customizable watermark overlay (e.g., "DEMO") over the app UI. - Easily customizable with opacity, angle, color, and tiled repeating mode.
0.0.3 #
- Updated README with preview video
0.0.2 #
- Added
ExpiryApp.remote()— fetch expiry date from a remote JSON endpoint - Added
RemoteExpiryServicefor standalone remote expiry checks - Configurable JSON key, timeout, loading widget, and fallback date
- Graceful fail-open behavior when network is unavailable
0.0.1 #
- Initial release
ExpiryAppwidget — wraps your app and enforces an expiration dateExpiryService— utility class for expiry checks (isExpired, remainingDays, remainingDuration)DefaultExpiredScreen— polished, animated expiration screen with customizable title, message, and contact info