asset_shield 0.1.6
asset_shield: ^0.1.6 copied to clipboard
Native asset encryption and compression for Flutter.
0.1.6 #
- Fix macOS bundled dylib install name using a local absolute build path
- Regenerate macOS native binaries with a distributable
@rpath/libasset_shield_crypto.dylib
0.1.5 #
- Add Windows support
- Fix CLI native library resolution when running from pub cache
0.1.4 #
- Major performance upgrade with native hardware-accelerated AES on supported platforms
- Add native asset read path (no AssetBundle load required)
- Chunked V4 format for large assets and parallel crypto
- Remove web support
- Auto-derive encrypted filenames (hashed paths only); remove asset map
0.0.4 #
- Remove asset map usage; hashed filenames only
- Generate runtime config file (no plaintext path map)
0.0.3 #
- Add Swift Package Manager (SPM) support for iOS/macOS
- Add ShieldAssetBundle for seamless DefaultAssetBundle injection
- Add hash-based asset path strategy (no plaintext map)
0.0.2 #
- Add native Zstd compression (no Dart dependency)
- Improve CLI and publishing metadata
- Add web stub and public API documentation
0.0.1 #
- Initial release
- Native AES‑256‑GCM decryption across Android/iOS/macOS/Linux/Windows
- Native Zstd compression support
- CLI workflow (
init,encrypt,gen-key)