PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 3
  1. 3.0.0 04 Dec 2025

    Nothing published for this version

  2. 2.0.0 01 Dec 2025
    Release notes

    Changed

    • Updated dependencies to use pub.dev versions
    • Updated documentation for pub.dev publication

    Dependencies

    • flutter_http_provider: ^2.0.0
    • flutter_security_provider: ^1.0.0
    • flutter_data_cloud_provider: ^1.0.0
    • flutter_data_shp_provider: ^0.0.1
    • flutter_utils_providers: ^1.0.0
    • flutter_models_provider: ^1.0.2
    Open source →
  3. 1.0.0 26 Nov 2025
    Release notes

    Added

    • Initial release with web-only support
    • ApiRest singleton class for core data operations
      • leeById(): Read single record by query
      • actualizar(): Update existing records with change tracking
      • guardar(): Save new records
      • obtener(): Query multiple records with pagination
      • obtieneEsquema(): Fetch collection schemas
      • cambiaEstado(): Update record state
    • UtilsDataApiRest utility class for data processing
      • obtenerData(): Retrieve and format data from collections
      • validaDataInMap(): Schema-based validation
      • agregaDynamicValueInMap(): Foreign key resolution
      • tokenizaConcatenacion(): 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
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive