ProjectTemplateGenerator class

프로젝트 템플릿 생성 유틸리티 sample 폴더 없이 직접 파일을 생성합니다

Constructors

ProjectTemplateGenerator()

Properties

hashCode int
The hash code for this object.
no setterinherited
logger → Logger
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

generateProject({required String targetPath, required String projectName, required String packageId, required List<String> platforms, required Logger logger}) Future<void>
프로젝트 구조 생성