pragma_path_api_client 0.0.1
pragma_path_api_client: ^0.0.1 copied to clipboard
Cliente Dart/Flutter para consumir Fake Store API y exponer notifiers y mappers listos para usar en apps Flutter.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on "Keep a Changelog" and this project follows Semantic Versioning.
[Unreleased] #
- Document upcoming changes here.
0.0.1 - 2025-10-08 #
Initial release.
Added #
- Paquete base con estructura por capas:
core,data,domain,presentation. - Cliente HTTP y adaptador (
core/network). - Modelos y mappers para productos, carritos y usuarios.
- Notifiers para
Products,CartsyUsersy punto de entrada públicoFackeStoreApiClient. - App de ejemplo (
example/) que demuestra llamadas a la API y widgets. - Documentación inicial (README y cambios en comentarios
///para los componentes principales).
Fixed #
- N/A
Changed #
- N/A
For more details, see the files in the repository and the commit history.