flutter_app_expiry 1.2.3 copy "flutter_app_expiry: ^1.2.3" to clipboard
flutter_app_expiry: ^1.2.3 copied to clipboard

Enforce trial periods in Flutter apps. Set a deadline, auto-lock on expiry, and protect your work. Zero dependencies.

Changelog #

1.2.3 #

  • Update desc and topic

1.2.2 #

  • Updated README.md with preview video

1.2.1 #

  • ✨ New Feature: Image Watermarking — You can now use asset image paths for the watermark overlay by passing imagePath and imageSize to WatermarkConfig.
  • 📂 Tiled or Centered Rendering — Automatically tiles the image watermark across the screen by default, or shows it once centered with repeat: false.
  • 🛠 Layout Stability Fix — Explicitly set alignment: Alignment.topLeft for Stack widgets in WatermarkOverlay to prevent the "No Directionality widget found" error when the package is used at the root level.
  • 📖 Improved Documentation — Reorganized the README with clearer examples for both text and image mode watermarks.
  • 🎨 Watermark Customization — 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 RemoteExpiryService for 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
  • ExpiryApp widget — wraps your app and enforces an expiration date
  • ExpiryService — utility class for expiry checks (isExpired, remainingDays, remainingDuration)
  • DefaultExpiredScreen — polished, animated expiration screen with customizable title, message, and contact info
4
likes
160
points
371
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Enforce trial periods in Flutter apps. Set a deadline, auto-lock on expiry, and protect your work. Zero dependencies.

Repository (GitHub)
View/report issues

Topics

#flutter #expiry #trial #license #watermark

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_app_expiry