createFlutterProject abstract method
Future<void>
createFlutterProject({
- required String projectName,
- required String organizationName,
- required List<
PlatformType> platforms, - required MobilePlatform mobilePlatform,
- required DesktopPlatform desktopPlatform,
- CustomDesktopPlatforms? customDesktopPlatforms,
Implementation
Future<void> createFlutterProject({
required String projectName,
required String organizationName,
required List<PlatformType> platforms,
required MobilePlatform mobilePlatform,
required DesktopPlatform desktopPlatform,
CustomDesktopPlatforms? customDesktopPlatforms,
});