Hello! I'm developing an app which uses the Dio package and when checking the login functionality (and what URLs the app connects to with the DevTools) I noticed that the plain login data (username and password) was exposed in the Request tab, even though the connection was supposed to be encrypted.
I did attempt to sniff a similar request using Wireshark and to the best of my (very limited) knowledge of using it, the request is definitely encrypted, so I'm not sure what's going on.
Is this expected or should I be worried? Thanks!

Hello! I'm developing an app which uses the Dio package and when checking the login functionality (and what URLs the app connects to with the DevTools) I noticed that the plain login data (username and password) was exposed in the Request tab, even though the connection was supposed to be encrypted.
I did attempt to sniff a similar request using Wireshark and to the best of my (very limited) knowledge of using it, the request is definitely encrypted, so I'm not sure what's going on.
Is this expected or should I be worried? Thanks!