ConstStrings class

Constructors

ConstStrings()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
repoBloCUrl String
getter/setter pair
repoGetXUrl String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildApkFileWorkFlow() String
Add workflow to build APK file and send it to telegram using github action when push code on master branch
controllerGetX(String controllerName, {String repoMethodName = "", String bodyModel = ""}) String
Build base controller using GetX with main method to get data from API
myLocale(FromToLanguageModel fromToLanguageModel) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
repo(String repoName, {String repoParameter = '', dynamic requestType = 'get', dynamic url = "ApiConstants.todosApiUrl"}) String
Build Repo class using dioHelper and return Future
repoFunction(String functionName, {String repoParameter = '', String requestType = 'get', String url = "ApiConstants.todosApiUrl"}) String
toString() String
A string representation of this object.
inherited
viewGetX(String viewName) String
Build View with base code and link with controller to start build UI

Operators

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

Static Properties

instance ConstStrings
final