licensify 1.1.0
licensify: ^1.1.0 copied to clipboard
A lightweight yet powerful license management solution for Flutter and Dart applications with cryptographically secure signatures
1.1.0 #
- Added support for custom license types beyond predefined ones (trial, standard, pro)
- Enhanced
LicenseType
class replacing enum for greater flexibility - Updated documentation with examples of custom license types
- Improved example application demonstrating custom license type usage
- Improved English documentation throughout the codebase
1.0.0 #
- Initial release with core functionality
- License generation with RSA signature
- License validation system
- Multiple storage options (file-based and in-memory)
- Various license types support
- Customizable license features and metadata
- Full test coverage