File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : " package:args"
3+ about : " Create a bug or file a feature request against package:args."
4+ labels : " package:args"
5+ ---
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ new file please also add this. The year should be a single number stating the
3838year the file was created (don't use a range like "2011-2012"). Additionally, if
3939you edit an existing file, you shouldn't update the year.
4040
41- // Copyright (c) 2023 , the Dart project authors. Please see the AUTHORS file
41+ // Copyright (c) 2024 , the Dart project authors. Please see the AUTHORS file
4242 // for details. All rights reserved. Use of this source code is governed by a
4343 // BSD-style license that can be found in the LICENSE file.
4444
@@ -48,4 +48,4 @@ This project follows
4848[ Google's Open Source Community Guidelines] ( https://opensource.google/conduct/ ) .
4949
5050We pledge to maintain an open and welcoming environment. For details, see our
51- [ code of conduct] ( https://dart.dev/code-of-conduct ) .
51+ [ code of conduct] ( https://dart.dev/code-of-conduct ) .
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ name: arg_parser_example
66version : 1.0.0
77description : An example of using ArgParser
88publish_to : ' none'
9+
910environment :
10- sdk : ' >=2.14.0 <3.0.0'
11+ sdk : ^3.0.0
12+
1113dependencies :
1214 args :
1315 path : ../..
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ name: command_runner_example
66version : 1.0.0
77description : An example of using CommandRunner
88publish_to : ' none'
9+
910environment :
10- sdk : ' >=2.14.0 <3.0.0'
11+ sdk : ^3.0.0
12+
1113dependencies :
1214 args :
1315 path : ../..
You can’t perform that action at this time.
0 commit comments