EticonStruct class

Constructors

EticonStruct({String projectDir = ''})

Properties

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

Methods

checkGit() Future<void>
createCubitByPath(String name, String path) Future<bool>
Function to create cubit by name and path
createScreen(String name, bool stf, bool withCubit) Future<bool>
Function to create screen
createSingleton(String name) Future<bool>
Create new singleton to pj_utils
createStructure({bool stf = false, bool withCubit = true, List<String> libs = const ['eticon_api', 'get', 'flutter_screenutil', 'flutter_bloc', 'flutter_svg', 'get_storage', 'sentry_flutter', 'intl']}) Future<int>
Function to create pj structure
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