Flutter-Global-Config
Flutter-Global-Config copied to clipboard
GlobalConfiguration().loadFromMap(appSettings).loadFromMap(devSettings);
Hi I dont understand how to use multiple configurations
how I access appSettings and devSettings variables map ??
I saw that 2 files has differents maps keys. What about if I need to use same keys.. like for development and production ?!