-
Notifications
You must be signed in to change notification settings - Fork 87
Conversation
Do we have any doc which lays out the plan for the different SDK and package versions? Are we going to have what that is 2.9-dev only, one 2.9-stable only and one 2.10-dev only? |
The plan is still evolving - I brought it up in an email thread with engprod when the stable branch was cut because there are some obvious issues. The current plan is to publish a version which allows 2.9 dev and stable (just increase the upper bound) and cherry pick into flutter a commit that pins those versions. Then when they do flip to stable those packages will still work. It should be safe since we have already cut the stable branch so we don't expect any breakage, although breaking cherry picks could happen they would break the flutter bots so we would at least know. |
Nevermind I needed to pin an extra dep |
SGTM |
This is in preparation for the actual 2.10 dev sdk release. This package needs to be published and pinned in flutter simultaneously with that release.
Not quite ready to merge (we should publish the version for the 2.9 stable sdk first I think, which is why I let an extra version in there).
@whesse built us a custom sdk with the right version so that travis will be happy. It is a bit of a weird sdk in that still only requires language version
2.9
for our transitive deps, but that makes things a bit easier.