79653791

Date: 2025-06-05 04:38:48
Score: 0.5
Natty:
Report link

When we run following command
flutter build ipa --dart-define=MY_ENV=testing

it will generate a DART_DEFINES in User-Defined as show in screenshot in Xcode.
enter image description here

MY_ENV=testing is TVlfRU5WPXRlc3Rpbmc= in base64

So we can create a environment variable in Xcode scheme and use it in this DART_DEFINES

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When we
  • High reputation (-1):
Posted by: THANN Phearum