api_rest_flutter_mobile 1.0.0
api_rest_flutter_mobile: ^1.0.0 copied to clipboard
A comprehensive Flutter package for data management with online/offline capabilities, schema-driven validation, and bidirectional synchronization for iOS and Android applications.
1.0.0 #
- Initial public release on pub.flutter-io.cn
- Platform support: iOS and Android only
Features #
- Dual mode operation (online/offline) with automatic fallback
- Schema-driven validation and data processing
- Bidirectional synchronization between local storage and cloud
- OAuth-like session management with
autorizaSesion() - MongoDB-style query syntax support
- Dynamic data concatenation and transformation with
_dynamicValuefields - ObjectBox integration for local database operations
- Pagination support for large datasets
Core Operations #
guardar()- Create new recordsactualizar()- Update existing recordsleeById()- Read single record by IDobtener()- Query multiple records with filterscambiaEstado()- Change record statusobtieneEsquema()- Fetch collection schemadownLoadInfoFromServer()- Download data from serveruploadInfoToServer()- Upload pending local changes