-
-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
Is there a way to get arguments into my main(), similar to below ?
void main(List<String> arguments) async { print('args: $arguments'); // ... do my stuff ... }
I tried adding a "custom" command line option in the [flutter engine options] portion of the flutter-pi command line, but arguments was still an empty List.
zoechi
Metadata
Metadata
Assignees
Labels
No labels