Open ueman opened 1 year ago
I would like to use this package with either http or dio.
http
dio
This would enable me to
cupertino_http
cronet_http
I would like to be able to pass my own http.Client or Dio instance, which is then used to make the network request.
http.Client
Dio
@ueman would you be able to make a PR for this?
There is a package for that, just needed to create a cache manager which uses a custom http file service:
https://github.com/xfans/flutter_cache_manager_dio
🚀 Feature Requests
I would like to use this package with either
http
ordio
.Contextualize the feature
This would enable me to
cupertino_http
andcronet_http
, and as a result it would allow me to enable the app being used with a VPN on iOS.Describe the feature
I would like to be able to pass my own
http.Client
orDio
instance, which is then used to make the network request.Platforms affected (mark all that apply)