FeaturePackageService class
Service for creating and configuring Flutter feature packages.
This service handles the creation of new Flutter packages for features, including setting up the pubspec.yaml, directory structure, and initial files.
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
-
createFeaturePackage(
String pathFeature, String featureName, String appsName) → Future< void> - Creates a new Flutter package for the feature.
-
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