api_rest_flutter_mobile
A comprehensive Flutter package for data management with online/offline capabilities, schema-driven validation, and bidirectional synchronization for iOS and Android applications.
3.0.0
65 downloads/mo
#3090 most downloaded on pub.dev
What this package is like to depend on
Last release 8 months ago
04 Dec 2025
Too new to tell
only 2 release windows
Most releases are documented
notes for 2 of 3 stable releases
Nothing withdrawn
no release was ever pulled
9 months old
3 releases · first in 2025
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Nov 2025 to Dec 2025
2026
Releases
latest 3-
3.0.004 Dec 2025Nothing published for this version
-
2.0.001 Dec 2025Release notes
Open source →- Major version update with improved stability and performance
- Updated all provider dependencies to latest versions
- Enhanced error handling and validation
-
1.0.026 Nov 2025Release notes
Open source →- Initial public release on pub.dev
- 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