Android Studio – Flutter android studio –dart-define not working
I am trying to pass arguments using --dart-define in the Android Studio IDE, but I am not able to access in the code. code is String.fromEnvironment('ENVIRONMENT', defaultValue: "DEV"); It is returning defaultValue.