File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4747 # Add macos-latest and/or windows-latest if relevant for this package
4848 os : [ubuntu-latest]
4949 # Add stable if the package should also be tested on stable
50- sdk : [2.19.0 , dev]
50+ sdk : ['3.0' , dev]
5151 steps :
5252 - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
5353 - uses : dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
Original file line number Diff line number Diff line change 1- ## 2.5.0-wip
1+ ## 2.5.0
22
33* Introduce new typed ` ArgResults ` ` flag(String) ` , ` option(String) ` , and
44 ` multiOption(String) ` methods.
5+ * Require Dart 3.0.
56
67## 2.4.2
78
Original file line number Diff line number Diff line change 11name : args
2- version : 2.5.0-wip
2+ version : 2.5.0
33description : >-
44 Library for defining parsers for parsing raw command-line arguments into a set
55 of options and values using GNU and POSIX style options.
99 - cli
1010
1111environment :
12- sdk : ' >=2.19.0 <4.0.0 '
12+ sdk : ^3.0.0
1313
1414dev_dependencies :
1515 dart_flutter_team_lints : ^1.0.0
You can’t perform that action at this time.
0 commit comments