asset_shield 0.1.5 copy "asset_shield: ^0.1.5" to clipboard
asset_shield: ^0.1.5 copied to clipboard

Native asset encryption and compression for Flutter.

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)
0
likes
150
points
0
downloads

Publisher

verified publisherliliin.icu

Weekly Downloads

Native asset encryption and compression for Flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, ffi, flutter, path, yaml

More

Packages that depend on asset_shield

Packages that implement asset_shield