dbx 0.1.0
dbx: ^0.1.0 copied to clipboard
A Data Storage Solution, created with simplicity in mind. It is a simple, lightweight, and fast database solution for Flutter apps.
0.1.0 - 2026-05-10 #
Added #
- JSON object support for custom Dart objects (Map<String, dynamic>)
- Custom encryption options (configurable AES mode, key/IV lengths)
- Key derivation from seed for secure cross-device synchronization
- Generic get/set methods for type-agnostic operations
- Indexing features: sorted keys, prefix search, key existence check
- Synchronization support via export/import methods
- Schema versioning and basic migration framework
- Custom file path support in initialization
- Utility methods: key count, file size, remove all data
- Enhanced documentation and examples
Changed #
- Updated README with comprehensive usage examples
- Improved test coverage
Fixed #
- Removed deprecated FlutterSecureStorage parameter
0.0.3 #
- Dependency Updated
0.0.2+1 #
- Code Formated for pub score improvement
0.0.2 #
- Separate API for Positive Integer e.g.
DBX.setPositiveInt("Id", 5);
0.0.1 #
- Initial release.