flutter_data_cloud_provider 0.0.1
flutter_data_cloud_provider: ^0.0.1 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.
0.0.1 #
- Initial release
- 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