flutter_data_cloud_provider 3.0.0
flutter_data_cloud_provider: ^3.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.
3.0.0 #
- Enhanced security with obfuscated challenge strings
- Removed external environment file dependencies
- Improved code protection against static analysis
2.0.0 #
- Improved security in authentication challenge mechanism
- Enhanced environment configuration management
- Added build_runner integration for code generation
- Internal refactoring for better maintainability
1.0.0 #
- First stable release for pub.flutter-io.cn
- 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