ProjectInitializer class

프로젝트 초기화 유틸리티 템플릿 기반으로 직접 파일을 생성합니다

Constructors

ProjectInitializer()

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

initialize({required String targetPath, required String projectName, required String packageId, required List<String> platforms}) Future<void>
템플릿 기반으로 프로젝트 구조 생성
updateExistingProjectImports({required String projectPath, required Logger logger}) Future<void>
기존 프로젝트의 import 경로 업데이트 pubspec.yaml에서 패키지 이름을 읽어서 모든 Dart 파일의 import 경로를 업데이트합니다