Skip to content

flutter upgrade runs buildUnlinkedForPackages, but nothing else does #7276

@Hixie

Description

@Hixie

Running flutter upgrade on a repo that you just cloned and ran flutter doctor and flutter analyze on should be a no-op. However, it's not, because we run buildUnlinkedForPackages when you run flutter upgrade, which does a bunch of pub gets in repo packages.

Either it's important to run this, in which case we should run it any time it's needed, or it's not, in which case we shouldn't run it when you upgrade.

Metadata

Metadata

Assignees

No one assigned

    Labels

    toolAffects the "flutter" command-line tool. See also t: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions