Versions in this module Expand all Collapse all v0 v0.1.1 Oct 27, 2023 Changes in this version type FlutterAndDartSDKVersions + ASDFFlutterChannel string + FVMFlutterChannel string + type SDKVersionFinder interface + FindLatestReleaseFor func(platform fluttersdk.Platform, architecture fluttersdk.Architecture, ...) (*fluttersdk.Release, error) v0.1.0 May 30, 2023 Changes in this version + type FlutterAndDartSDKVersions struct + ASDFFlutterVersion *semver.Version + FVMFlutterVersion *semver.Version + PubspecDartVersion *sdk.VersionConstraint + PubspecFlutterVersion *sdk.VersionConstraint + PubspecLockDartVersion *sdk.VersionConstraint + PubspecLockFlutterVersion *sdk.VersionConstraint + type Project struct + func New(rootDir string, fileManager fileutil.FileManager, ...) (*Project, error) + func (p *Project) AndroidProjectPth() string + func (p *Project) FlutterAndDartSDKVersions() (FlutterAndDartSDKVersions, error) + func (p *Project) FlutterSDKVersionToUse() (string, error) + func (p *Project) IOSProjectPth() string + func (p *Project) Pubspec() Pubspec + func (p *Project) RootDir() string + func (p *Project) TestDirPth() string + type Pubspec struct + Name string