Flutter之Http client

Http client

Http

The http package provides the simplest way to issue http requests. This package is supported on Android, iOS, and the web.

dio

A powerful Http client for Dart, which supports Interceptors, Global configuration, FormData, Request Cancellation, File downloading, Timeout etc.

你可能感兴趣的:(Flutter之Http client)