buildAndroidOptions top-level property
Implementation
final List<FigOption> buildAndroidOptions = [
...androidGeneralOptions,
FigOption(
name: ['--compileSdk'],
description: 'Sets the Android SDK that will be used to build the project',
args: [FigArg(name: 'api level')],
),
...androidKeyOptions,
];