I am having a flutter project where I have written code for Ethereum transfer. The problem is it is only working for static rpc URL like I have given IP address of my wifi.
I am new to ganache, and I can't find any way in which I can deploy that project and need not use the static URL.
String rpcUrl = "http://192.168.0.103:7545";
Here instead of static IP 192.168.0.103, I want some URL that is deployed so I can access this workspace if it's not in this IP 192.168.0.103 too.