hello guys. do I really need to have a valid SSL in API side to work my frontend in flutter?
Yes. You do need HTTPS, regardless of Flutter. Both iOS and Android requires HTTPS connection.
If you are self-hosting your API, check https://certbot.eff.org/
It’s good to know that HTTPS is a must for both iOS and Android. I appreciate the tip about Certbot, too; it seems like a great resource for setting up SSL certificates.
I’ll make sure to secure my API properly. Thanks again for your help!