You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IOHttpClientAdapter.onHttpClientCreate has been deprecated and is scheduled for removal in
Dio 6.0.0 - Please use the replacement IOHttpClientAdapter.createHttpClient instead.
Using CancelToken no longer closes and re-creates HttpClient for each request when IOHttpClientAdapter is used.
Fix timeout handling for browser receiveTimeout.
Using CancelToken no longer closes and re-creates HttpClient for each request when IOHttpClientAdapter is used.
Improve performance when sending binary data (List<int>/Uint8List).