coderspace_network 1.0.2 copy "coderspace_network: ^1.0.2" to clipboard
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
  • CoderClient to handle GET, POST, PUT, PATCH, DELETE requests
  • Unified response model using CoderResult<T>
  • Easy error handling and timeout configuration
  • Custom parser support to decode JSON into your own models
  • Utility function ensureList for 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
0
likes
160
points
59
downloads

Publisher

verified publishercoderdev.space

Weekly Downloads

A lightweight and developer-friendly Dio-based HTTP client for Flutter with clean response handling and model parsing.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

dio, flutter, mockito

More

Packages that depend on coderspace_network