Does Flutter have RUNTIME environment variables?
From what I can tell, Flutter doesn’t have the ability to set true runtime environment variables. What Flutter calls environment variables seem to be nothing more than build arguments. I would be happy to be proven wrong on this.