-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed as not planned
Closed as not planned
Copy link
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
This ties in with #14229 — it would be great if there was a way to select the version of Flutter to use from the flutter tool. Currently to my understanding the manual process to do so is:
$ cd flutter
$ git checkout [branch, tag or commit hash]
$ cd ../my-app/
$ flutter packages get(assuming both the flutter folder and the my-app folder live in the same directory)
What would be nice would be able to use a command like flutter switch-to [version] (e.g., flutter switch-to 0.0.20). Ideally running flutter run or flutter build could do this automatically, but that poses the question of how it would work for people working on multiple projects using different versions of Flutter at the same time.
marcmo, LuLeRoemer, swavkulinski, xqwzts, microdog and 120 morewxd56987MrLongg71, definitelyme, rainerlonau, iapicca, rakib205 and 8 morecarloswm85danifdev
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team