toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 20 packages
Sort by PUB-AZS
A Wrapper for Dio to make network calls in a clean way. It supports REST API with clean architecture and cache support.#rest#clean-architecture#network-requests#repository-pattern
Flutter network inspector for Dio client, offering real-time monitoring, detailed logs, and curl command generation for debugging.#network#debugging#inspection#http#dio
HyperNet is a Wrapper around Dio that can perform api request with better error handling and easily get the result of any api request.#hypernet#dio#network#api
Dio interceptor that logs in a easy to read format with curl command and colored output#dio#http#network#logger#logging
A lightweight and extensible Dio interceptor for monitoring real-world network speed in Mbps, based on actual HTTP download performance#network#dio#performance#connection#speed
A powerful and customizable Dio interceptor for Flutter that logs HTTP requests, responses, headers, and errors with pretty-printed JSON. Useful for debugging and development.#dio#http#logging#network
A powerful HTTP networking package, supports Interceptors, Aborting and canceling a request, Custom adapters, Transformers, etc. #dio#http#network#interceptor#middleware
A powerful HTTP caching and request deduplication library for Flutter/Dart applications using Dio interceptor. Provides efficient network request optimization with configurable caching, automatic request deduplication, and cross-platform storage support.#networking#caching#dio#http#interceptor
A robust, reusable, and testable network layer package for Flutter applications. Built on Dio with structured error handling, caching integration, request cancellation, and comprehensive testing support.#network#http#dio#api#client
A Dio interceptor that encrypts requests and decrypts responses using AES encryption, ensuring secure data transmission.#encryption#dio#security#networking