PackageConfiguration class

Configuration model for core package creation

This model encapsulates all the configuration data needed for creating a new core Flutter package, including paths and naming conventions.

Constructors

PackageConfiguration({required String name})
Creates a new package configuration

Properties

analysisOptionsPath → String
Path to the package's analysis_options.yaml file
no setter
gitIgnorePath → String
Path to the package's .gitignore file
no setter
hashCode → int
The hash code for this object.
no setterinherited
name → String
The original package name as provided by the user
final
path → String
The full path where the package will be created
final
pubspecPath → String
Path to the package's pubspec.yaml file
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
snakeCaseName → String
The package name converted to snake_case for file system compatibility
final

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