licensify 1.4.0 copy "licensify: ^1.4.0" to clipboard
licensify: ^1.4.0 copied to clipboard

retracted

A lightweight yet powerful license management solution for Flutter and Dart applications with cryptographically secure signatures

1.4.0 - 2024-07-31 #

  • Remove redutant dependencies

1.3.1 - 2024-07-31 #

  • Added pre-commit hook for automatic code formatting
  • Configured formatting compatibility with pub.dev requirements (80 characters)
  • Automated lint-issues fixing in pre-commit hook

1.3.0 - 2024-07-30 #

  • Redesigned storage architecture to be platform-independent
  • Removed built-in file and web storage implementations
  • Added clear examples for custom storage implementations
  • Simplified API by removing platform-specific code
  • Now fully compatible with all platforms including WASM

1.2.2 - 2024-07-29 #

  • Removed direct dart:io imports for full WASM compatibility
  • Added platform-conditional imports for file operations
  • Ensured compatibility with both web and native platforms

1.2.1 - 2024-07-29 #

  • 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 #

  • Custom license types support beyond predefined ones
  • WebAssembly (WASM) platform support for web applications
  • LocalStorage-based persistence for web platforms
  • 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 #

  • Support for custom license features validation
  • Improved license status checking
  • Security improvements for signature verification
  • Bug fixes in license expiration handling

1.0.0 - 2024-02-15 #

  • 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
4
likes
0
points
620
downloads

Publisher

verified publisherdart.nogipx.dev

Weekly Downloads

2024.09.21 - 2025.04.05

A lightweight yet powerful license management solution for Flutter and Dart applications with cryptographically secure signatures

Repository (GitHub)
View/report issues

Topics

#license #security #validation #cryptography #web

Documentation

Documentation

License

unknown (license)

Dependencies

basic_utils, pointycastle, uuid

More

Packages that depend on licensify