Project class

Flutter Project model

Constructors

Project({String? name, required FvmConfig config, required bool isFlutterProject, required Directory projectDir})
Project constructor

Properties

config FvmConfig
Config found within the project
final
hashCode int
The hash code for this object.
no setterinherited
isFlutterProject bool
Is Flutter project
final
name String?
Name of the flutter project
final
pinnedVersion String?
Pinned version within a project returns null if no version is pinned
no setter
projectDir Directory
Directory of project
final
pubspecFile File
Pubspec file
no setter
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