valt 0.0.2 valt: ^0.0.2 copied to clipboard
Valt is a Flutter plugin that enables easy reading and writing of simple key-value pairs with AES encryption for secure local storage.
Version 0.0.2 (Release date: 21-04-2023) #
- Added a way of storing Map<String, dynamic>
- Added
set
andget
methods for storing and retrieving any type of value - Fixed some bugs
Version 0.0.1+3 (Release date: 20-04-2023) #
- Initial release of the Valt library
- Added support for saving and retrieving values from local storage using AES encryption
- Implemented a simple key-value pair API for easy data management
- Created documentation and sample code for using the library in a Flutter app
- Conducted initial testing to ensure basic functionality and stability of the library
- Fixed minor bugs and issues discovered during testing
- Set up the basic structure and configuration for future updates and development of the library.