File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed 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