offline_secure_session 1.0.0
offline_secure_session: ^1.0.0 copied to clipboard
Zero-dependency Dart library for secure token storage with expiration, offline action queue, auto-sync on reconnection, and persistent cache. Works on all platforms.
Changelog #
1.0.0 #
Added #
SecureSession- Token storage with expirationOfflineCache- Key-value persistent storageOfflineQueue- Queue actions when offlineOfflineSync- Process queue on reconnection with 2s timeout
Features #
- Single file architecture
- Compatible with Dart SDK >=2.12.0 <4.0.0
- Automatic connectivity monitoring