ConfigurationService class

Service for setting up feature configuration files.

This service handles creating .gitignore and analysis_options.yaml files for the new feature module.

Constructors

ConfigurationService()

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
setupAnalysisOptions(String pathFeature, String featureName, String appsName) → void
Creates the analysis_options.yaml file for the feature.
setupGitIgnore(String pathFeature, String featureName, String appsName) → void
Creates or updates the .gitignore file for the feature.
toString() String
A string representation of this object.
inherited

Operators

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