expire_it 0.2.0 expire_it: ^0.2.0 copied to clipboard
App will expire or the user will not able to user after expiry date finishes. Best for freelancing client trial builds.
[0.2.0] - 2023-08-30 #
Added #
- Initialized the
ExpireIt.controller
with aUserDefineExpireController
instance containing an expiry date of2022
in themain()
function. - Using the
ExpireIt
widget instead ofExpireBuilder
Widget for better usability and customization. - Fixed an issue with log messages not displaying color codes properly.
[0.1.2] - 2023-08-30 #
Added #
- Added localDateTimeFallback Parameter: Added a parameter localDateTimeFallback to the UserDefineExpireController constructor. When set to true, it allows the controller to fall back to using local device time when the server time is unavailable.
[0.0.3] - 2023-08-21 #
Added #
- Secure expiration mechanism to prevent unauthorized access after a specified date and time.
- Integration with an online server to fetch expiration information.
ExpireBuilder
widget for managing UI based on expiration status.- Customizable UI elements for expiration dialog and loading indicator.
- Basic documentation providing guidelines for integration and customization.