flutter_data_cloud_provider 1.0.0
flutter_data_cloud_provider: ^1.0.0 copied to clipboard
Flutter package that provides cloud database and authentication functionality. Handles data operations, caching, session management, and secure API communication with time-based HMAC signatures.
1.0.0 #
- First stable release for pub.dev
- Cloud database operations (CRUD):
guardar,actualizar,obtener,leeById - Authentication system with session authorization and token management
- Two-tier caching system (in-memory + SharedPreferences persistence)
- Time-based HMAC signatures for secure API communication
- Session management: active sessions tracking and logout
- OTP generation and validation support
- File upload functionality
- Password management: change, recovery, and 3-step reset workflow
- Generic route support for custom API endpoints
- Automatic token refresh on expiration
- Debug logging control via
enableDebugLogsparameter