I am trying to remove all the hardcoded cloud functions url from my app so that I don't have to different config files for each environment. Since we use cloud functions as our backend, trying to use https://github.com/flutter/plugins/tree/master/packages/cloud_functions plugin to achieve it. But could not figure out a way to call functions which are running locally.
Since we do lot of changes during development, it would be better if we are able to configure the callable url. thanks in advance