Chaotic class

Constructors

Chaotic()

Properties

hashCode int
The hash code for this object.
no setterinherited
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 Properties

applicationName String?
getter/setter pair
useGit bool
when it true it will 'add, commit and push' automatically to github server
getter/setter pair

Static Methods

addPackage(Packages package) Future<void>
it will add package to pubspec.yaml with latest version
addPackages(List<Packages> packages) Future<void>
clear() Future<void>
call it at end of main function in bin/main.dart
endOfDay() Future<void>
it will run Chaotic.git(DateTime.now())
git(String actionName, [bool check = false]) Future<void>
this function will =>
init(String applicationName) Future<void>
make sure you deleted all files from lib folder before run this function.
newAsset(String newAsset) Future<void>
this function will =>
newCommon(String commonName) Future<void>
this function will =>
newLocalModel(String localModelName, String screenName) Future<void>
this function will =>
newLocalWidget(String localWidgetName, String screenName) Future<void>
this function will =>
newModel(String modelName) Future<void>
this function will =>
newScreen(String screenName) Future<void>
this function will =>
newService(String serviceName) Future<void>
this function will =>
newWidget(String widgetName) Future<void>
this function will =>