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 Methods

addPackage(Packages package, [bool openDocumentation = false]) Future<void>
it will add package to pubspec.yaml with latest version
addPackages(List<Packages> packages, [bool openDocumentation = false]) Future<void>
this method will trigger addPackage method multi time
clear() Future<void>
call it at end of main function in bin/main.dart
init([String initScreenName = 'splash']) 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 modelName, String screenName) Future<void>
this function will =>
newLocalWidget(String widgetName, String screenName) Future<void>
this function will =>
newModel(String modelName) Future<void>
this function will =>
newProvider(String provider) Future<void>
this function will =>
newRepository(String repositoryName) 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 =>