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
38
38
year the file was created (don't use a range like "2011-2012"). Additionally, if
39
39
you edit an existing file, you shouldn't update the year.
40
40
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
42
42
// for details. All rights reserved. Use of this source code is governed by a
43
43
// BSD-style license that can be found in the LICENSE file.
44
44
@@ -48,4 +48,4 @@ This project follows
48
48
[ Google's Open Source Community Guidelines] ( https://opensource.google/conduct/ ) .
49
49
50
50
We 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
6
6
version : 1.0.0
7
7
description : An example of using ArgParser
8
8
publish_to : ' none'
9
+
9
10
environment :
10
- sdk : ' >=2.14.0 <3.0.0'
11
+ sdk : ^3.0.0
12
+
11
13
dependencies :
12
14
args :
13
15
path : ../..
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ name: command_runner_example
6
6
version : 1.0.0
7
7
description : An example of using CommandRunner
8
8
publish_to : ' none'
9
+
9
10
environment :
10
- sdk : ' >=2.14.0 <3.0.0'
11
+ sdk : ^3.0.0
12
+
11
13
dependencies :
12
14
args :
13
15
path : ../..
You can’t perform that action at this time.
0 commit comments