flutter_local_db 0.1.0
flutter_local_db: ^0.1.0 copied to clipboard
A scalable and easy-to-use NoSQL database designed for modern applications that require high performance and flexibility in data handling
Changelog #
[0.1.0] - 2024-12-15 #
Added #
- Advanced block-based storage system
- Queue system for managing concurrent operations
- Platform-specific implementations (web/device)
- Secure storage option with AES encryption
- Backup configuration system
- Directory structure with dedicated paths
- ID validation with regex pattern
- JSON validation and size calculation
- Automatic block management
Changed #
- Enhanced performance with reactive notifiers
- Improved error handling and logging
- Upgraded configuration management
Fixed #
- Race conditions in concurrent operations
- Memory leaks in large dataset handling