flutter_assets_integrity_checker 1.0.3
flutter_assets_integrity_checker: ^1.0.3 copied to clipboard
A Flutter package to verify asset integrity using a master hash.
1.0.3 #
- ✅ Fix minor issues
1.0.2 #
- ✅ Automatically generates
asset_master_hash.dartviabuild_runnerwith the dev-time master hash.
1.0.1 #
- ✅ Added Example implementation
1.0.0 #
🎉 Initial Release #
- ✅ Added runtime asset verification via SHA-256
- ✅ Supported configurable asset paths and file extensions
- ✅ Utilized
AssetManifest.jsonfor runtime asset discovery - ✅ Introduced build-time master hash generator using
build_runner - ✅ Verified hashes without generating persistent files
- ✅ Logged mismatch errors, missing assets, or tampering alerts
- ✅ Console-only output for seamless CI/CD and release validation
This release focuses on zero-config integration, flexibility, and secure asset validation in production apps.