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

A Flutter package to enforce app expiration (trial period) based on a specific date. After the expiry date, the app is blocked and shows a customizable expiration screen.

Changelog #

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
0
points
384
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to enforce app expiration (trial period) based on a specific date. After the expiry date, the app is blocked and shows a customizable expiration screen.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_app_expiry