Utility for wrapping an asynchronous function in automatic retry logic with exponential back-off, useful when making requests over network.#network#http
A powerful HTTP networking package,
supports Interceptors,
Aborting and canceling a request,
Custom adapters, Transformers, etc.
#dio#http#network#interceptor#middleware
Pretty Http Logger is a middleware logger library for Dart HTTP library that logs network calls in a pretty, easy-to-read format and supports intercepting network calls.
A small wrapper for pretty printing JSON objects in a more human readable format. Typically this package would be used for network logging and debugging objects.