licensify 1.2.1
licensify: ^1.2.1 copied to clipboard
A lightweight yet powerful license management solution for Flutter and Dart applications with cryptographically secure signatures
Changelog #
All notable changes to the Licensify package will be documented in this file.
1.2.1 - 2024-07-29 #
Improved #
- Refactored JS interop to be fully WASM-compatible using dart:js_interop
- Updated localStorage implementation to use modern WASM-compliant APIs
- Enhanced web platform support with proper WASM compatibility
1.2.0 - 2024-03-22 #
Added #
- Custom license types support beyond predefined ones
- WebAssembly (WASM) platform support for web applications
- LocalStorage-based persistence for web platforms
Improved #
- Replaced enum-based
LicenseType
with a flexible class implementation - Enhanced error handling in storage implementations
- Streamlined web support focusing only on WASM platform
- Refactored web architecture for better maintainability
- Updated documentation with examples for custom types and WASM
1.1.0 - 2024-02-28 #
1.0.0 - 2024-02-15 #
Added #
- Initial release with RSA-based license generation and validation
- Multiple storage options (file-based and in-memory)
- Standard license types (trial, standard, pro)
- Customizable license features and metadata
- License expiration management
- License status monitoring capabilities