What are the Dart update channels?

北慕城南 提交于 2020-01-14 22:55:34

问题


On the Dart Editor page we can choose between 2 channels : dev and stable. What are the differences between them ?


回答1:


This post of Rico Wind explains that very well :

dev channel will be something like the integration builds we offered before, i.e., weekly or biweekly releases.

stable channel will only get critical bug fixes and otherwise be updated to a new minor version with something like 6 week intervals (this is not a guarantee, some releases may come faster some may come slower).

Dev channel will, as the name indicates, have a higher probability of containing bugs, but you will get access to new features/performance improvements faster.

See also the announcement : Presenting Dart channels.



来源:https://stackoverflow.com/questions/20090325/what-are-the-dart-update-channels

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!