File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2841,4 +2841,4 @@ refs/tags/2.17.0-99.0.dev: 28e0edfed7b7be0329925388d643aa852a7c4519
28412841refs/heads/Show-issue-template: b53d5db7145036ec770de8b356d93228b592ccd7
28422842"refs/heads/dart2js_json": 7a4771a7a1372b0511fe252af81f64e2ee4c37ab
28432843refs/heads/handle-null-safety: 33d38366f01f44b32f99c40d4ab664c557dee593
2844- refs/heads/mit-mit-patch-2: 2f9d45b8bf9e5843acb94996e193e1a6fdf2da8b
2844+ refs/heads/mit-mit-patch-2: b2e1feeaf146acb6dec731ee86aed2c82fdb5bbc
Original file line number Diff line number Diff line change 8383- ** Breaking change** [ #46100 ] ( https://github.com/dart-lang/sdk/issues/46100 ) :
8484 The standalone ` dartdoc ` tool has been removed as
8585 previously announced. Its replacement is the ` dart doc ` command.
86+
87+ - The template names used in the ` dart create ` command have been simplified,
88+ and the current template names are now the set shown below. (Note: for
89+ backwards compatibility the former template names can still be used.)
90+ ```
91+ [console] (default) A command-line application.
92+ [package] A package containing shared Dart libraries.
93+ [server-shelf] A server app using package:shelf.
94+ [web] A web app that uses only core Dart libraries.
95+ ```
8696
8797## 2.16.1 - 2022-02-09
8898
You can’t perform that action at this time.
0 commit comments