How to add dart run time command arguments to Xcode
When I am running a flutter app I need to add this argument. Otherwise, the app is not working. --no-sound-null-safety Example: flutter build apk --no-sound-null-safety or flutter run --no-sound-null-safety It's easy to add on android studio. (Edit configurations..). But, I…