memguard 2.1.3
memguard: ^2.1.3 copied to clipboard
Flutter library that safeguards memory, resources, and secure storage with Rust-backed performance.
Changelog #
2.1.3 – Initial Release #
- Initial release of
memguard. - Flutter resource, memory, and secure storage lifecycle guard.
- Provides integration with
memguard_core(Rust FFI) for secure memory caching. - Automatic tiered storage: KeyStore-backed persistent storage + optional Rust in-memory cache.
- Platform channel contract ensures Kotlin → Dart returns only:
true,false,null, orrust_not_ready. - Includes example Flutter app demonstrating secure store/retrieve/delete operations.
- TODO: Expand documentation and usage examples.