flutter_local_db 0.2.0
flutter_local_db: ^0.2.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.2.0] - December 15, 2024 #
Added #
- New
local_database_notifier
for reactive state management - Initial implementation of
MobileDirectoryManager
to handle directory operations - Enhanced singleton pattern enforcement after initialization
Improved #
- Comprehensive code documentation across the library
- Significantly simplified initialization process
- Better separation of concerns in core components
- Directory management abstraction with dedicated handlers
[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