2021年什么是最稳定的flutter版本,哪个是最适合我的渠道

What is the most stable flutter version in 2021 and which is the best channel for me

哪个是2021年最稳定的flutter版本,每次我尝试添加时都不会弹出下面这种错误dependence/package...我试过flutter升级但没有由于出现的所有错误,我什至需要一天的时间才能降级

The current Dart SDK version is 2.10.4.

Because another_test depends on uuid >=3.0.0-nullsafety.0 which requires SDK version >=2.12.0-0 <3.0.0, version solving failed. pub get failed (1; Because another_test depends on uuid

=3.0.0-nullsafety.0 which requires SDK version >=2.12.0-0 <3.0.0, version solving failed.) exit code 1

然后对于频道,我只是 flutter 的新手,我正在学习过程中,但我正在做一个我计划发布的项目,所以在选择最适合我的频道时我很困惑我仍在学习,我正在构建我将发布到互联网的应用程序

仔细阅读我将在下面粘贴的 flutter 通道注释

Flutter has the following channels, in increasing order of stability:

master The current tip-of-tree, absolute latest cutting edge build. Usually functional, though sometimes we accidentally break things.

dev The latest fully-tested build. Usually functional, but see Bad Builds for a list of known "bad" dev builds. We continually try to roll master to dev. Doing so involves running many more tests than those that we run during master development, which is why this is not actually the same to master.

beta Every month, we pick the "best" dev build of the previous month or so, and promote it to beta. These builds have been tested with our codelabs.

stable When we believe we have a particularly good build, we promote it to the stable channel. We intend to do this more or less every quarter, but this may vary. We recommend that you use this channel for all production app releases. We may ship hot fixes to the stable channel for high-priority bugs, although our intent is to do this rarely.

所以在阅读了上面的文章后,我认为最适合你的渠道是 stable 渠道,我想它也应该解决你的第一个问题,因为构建必须去通过 Master 然后是 Dev 然后是 Beta,然后他们最终将其发布到稳定频道