coderspace_network 1.0.2
coderspace_network: ^1.0.2 copied to clipboard
A lightweight and developer-friendly Dio-based HTTP client for Flutter with clean response handling and model parsing.
Changelog #
All notable changes to this project will be documented in this file.
1.0.2 - 2025-08-01 #
🎉 Initial release of coderspace_network.
✨ Features #
- Simple and clean networking layer using
Dio CoderClientto handle GET, POST, PUT, PATCH, DELETE requests- Unified response model using
CoderResult<T> - Easy error handling and timeout configuration
- Custom
parsersupport to decode JSON into your own models - Utility function
ensureListfor parsing list responses safely
📦 Example #
- Added example usage for real API endpoints using
jsonplaceholder.typicode.com - Included model class (
Post) and demo GET/POST requests