api_rest_flutter_web
Flutter package for managing data operations with cloud backends. Provides a unified API layer for CRUD operations, data validation, schema management, and query building. Web-only support.
3.0.0
60 downloads/mo
#3372 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 →Changed
- Updated dependencies to use pub.dev versions
- Updated documentation for pub.dev publication
Dependencies
flutter_http_provider: ^2.0.0flutter_security_provider: ^1.0.0flutter_data_cloud_provider: ^1.0.0flutter_data_shp_provider: ^0.0.1flutter_utils_providers: ^1.0.0flutter_models_provider: ^1.0.2
-
1.0.026 Nov 2025Release notes
Open source →Added
- Initial release with web-only support
ApiRestsingleton class for core data operationsleeById(): Read single record by queryactualizar(): Update existing records with change trackingguardar(): Save new recordsobtener(): Query multiple records with paginationobtieneEsquema(): Fetch collection schemascambiaEstado(): Update record state
UtilsDataApiRestutility class for data processingobtenerData(): Retrieve and format data from collectionsvalidaDataInMap(): Schema-based validationagregaDynamicValueInMap(): Foreign key resolutiontokenizaConcatenacion(): MongoDB aggregation pipeline builder
- Schema-driven validation with regex and type checking
- MongoDB query syntax support (
$and,$or,$regex) - Automatic change tracking (sends only modified fields)
- Backend function execution during save/update operations