Here is the issue I am facing. I am trying to connect my flutterflow project to a platform using an API. The platform requires me to whitelist all IP address for security reasons.
I'm trying to avoid going down the rabbit hole of Google Cloud NAT because I am new to coding. Right now I use buildship for a lot of my API but they do not offer a static IP for less than $300 a month.
If there is a way to find the list IP addresses used in a region on flutterflow, that would work.