Is there any way to pass -FIRAnalyticsDebugEnabled flag to a flutter app when using flutter run
on the command line?
I've added it to the scheme in XCode, so that when I run through XCode (by building and running the Runner
scheme) the flag is passed, but when I run from the command line it doesn't get passed.
There does seem to be a --flavor
command line flag for flutter run
which claims it would let me select a scheme to run, but passing --flavor=Runner
results in an error saying the scheme isn't found. I'm not sure how to use this flag or find docs for it.