We curate open-source GitHub repositories matching “best dart http client libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.
This library provides a unified, cross-platform interface for executing HTTP requests and managing network communication in Dart applications. It functions as a composable client library that automatically resolves platform-specific network implementations, ensuring consistent behavior across mobile, desktop, and web environments. The library distinguishes itself through a modular architecture that supports swappable transport layers and middleware, allowing developers to inject custom logic for logging, caching, or retries. It includes built-in support for resilient communication, such as co
This is the official, foundational HTTP client for Dart that provides robust asynchronous request handling and cross-platform support, though it requires additional packages for features like automatic JSON serialization and advanced interceptors.