CLICreate class

CLICreate dasturni yaratish uchun base class.

Constructors

CLICreate()

Properties

fileRepository ↔ FileRepository
fileRepository fayllar bilan ishlash uchun FileRepository instanci.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeAppName({required String appName, required Iterable<Platform> platforms}) Future
appName va platforms orqali dastur nomini o'zgartirish.
changeFilesImports(String appName, String oldAppName) → void
appName yaratilayotgan dastur nomi. oldAppName eski dastur nomi. Orqali import larni o'zgartirish.
create({required List<String> args, required String appName}) Future
appName dastur nomi. args consoledan olingan ma'lumot orqali project yaratish.
getPubSpecName(String path) Future<String>
path orqali pubspec nomini olish.
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