customArgs property

List<String>? customArgs
final

Additional custom arguments for the Flutter build command.

Allows passing platform-specific or advanced build options not covered by the standard parameters.

Implementation

final List<String>? customArgs;