FlutterProjectConfig constructor
const
FlutterProjectConfig({
- required String projectName,
- required String projectParentDir,
- required String description,
- required String organization,
- required String template,
- required bool isEmptyApp,
- required String? androidLanguage,
- required List<
String> platforms, - required bool shouldRunPubGet,
- required bool isOfflineMode,
- required bool shouldOverwrite,
Implementation
const FlutterProjectConfig({
required this.projectName,
required this.projectParentDir,
required this.description,
required this.organization,
required this.template,
required this.isEmptyApp,
required this.androidLanguage,
required this.platforms,
required this.shouldRunPubGet,
required this.isOfflineMode,
required this.shouldOverwrite,
});