native_armor_vault 0.0.3
native_armor_vault: ^0.0.3 copied to clipboard
Native secure storage for Flutter. Encrypts secrets using XOR and stores them in C++ native layer, making them harder to extract through reverse engineering.
0.0.3 #
- Bug Fixes for iOS
0.0.2 #
Bug Fixes #
- CRITICAL: Fixed iOS "symbol not found" error
- Updated podspec to include user's project
ios/Classesdirectory - No more manual file copying required
- Improved user experience significantly
- Updated podspec to include user's project
0.0.1 #
- Initial release
- XOR encryption for secrets stored in native C++ layer
- Automated code generation via CLI (
dart run native_armor_vault:generate) - Support for Android (dynamic library
.so) - Support for iOS (static linking)
- FFI bridge for seamless Dart-C++ integration
- Customizable secret names
- Example app demonstrating usage
- Comprehensive documentation
Bug Fixes #
- Fixed iOS "symbol not found" error by updating podspec to include user's project ios/Classes directory