AppsGenerator class
Generates the file structure for new app modules.
This class handles the creation of all files and directories required for a new app module, including pubspec.yaml, locator.dart, and directory structure.
Constructors
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
-
addNewApps(
String pathApps, String appsName) → Future< void> - Creates a new app module with all required files and directories.