Hi everyone,
I’m currently looking for a way to retrieve the proxy settings configured on the device and reflect them in the connection settings used by my Flutter application.
I’m using the Dio package to make API requests. Things work fine in most cases, but I’m encountering issues on devices that use PAC (Proxy Auto-Config) files — the proxy information doesn’t seem to be retrieved as expected.
Is there any known solution, implementation approach, or package that can handle retrieving and applying proxy settings, especially in cases where PAC is used?
Platform is iOS and Android.
Any advice or guidance would be much appreciated.
Thanks in advance!