FlutterRunner class

Flutter 명령어 실행 유틸리티

Constructors

FlutterRunner()

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

createProject({required String projectName, required String packageId, required List<String> platforms}) → Future<String?>
Flutter 프로젝트 생성