File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 41
41
fail-fast : false
42
42
matrix :
43
43
os : [ubuntu-latest]
44
- sdk : [2.19.0 , dev]
44
+ sdk : ['3.0' , dev]
45
45
steps :
46
46
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
47
47
- uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
Original file line number Diff line number Diff line change
1
+ ## 0.4.1
2
+
3
+ - Fix a broken link in the readme.
4
+ - Require Dart 3.0.
5
+
1
6
## 0.4.0
2
7
3
8
- Remove the deprecated method ` getSdkDir() ` (instead, use ` getSdkPath() ` ).
4
- - Require Dart 2.19
9
+ - Require Dart 2.19.
5
10
6
11
## 0.3.5
7
12
- Make ` applicationConfigHome ` throw an ` Exception ` when it fails to find a
Original file line number Diff line number Diff line change 1
- [ ![ Build Status ] ( https://github.com/dart-lang/cli_util/workflows/Dart /badge.svg )] ( https://github.com/dart-lang/cli_util/actions )
1
+ [ ![ Dart CI ] ( https://github.com/dart-lang/cli_util/actions/ workflows/build.yaml /badge.svg )] ( https://github.com/dart-lang/cli_util/actions/workflows/build.yaml )
2
2
[ ![ Pub] ( https://img.shields.io/pub/v/cli_util.svg )] ( https://pub.dev/packages/cli_util )
3
3
[ ![ package publisher] ( https://img.shields.io/pub/publisher/cli_util.svg )] ( https://pub.dev/packages/cli_util/publisher )
4
4
Original file line number Diff line number Diff line change @@ -13,27 +13,21 @@ linter:
13
13
- avoid_classes_with_only_static_members
14
14
- avoid_private_typedef_functions
15
15
- avoid_redundant_argument_values
16
- - avoid_returning_null_for_future
17
16
- avoid_returning_this
18
17
- avoid_unused_constructor_parameters
19
18
- avoid_void_async
20
19
- cancel_subscriptions
21
- - comment_references
22
20
- join_return_with_assignment
23
21
- literal_only_boolean_expressions
24
22
- missing_whitespace_between_adjacent_strings
25
23
- no_adjacent_strings_in_list
26
24
- no_runtimeType_toString
27
25
- package_api_docs
28
- - prefer_const_constructors
29
26
- prefer_const_declarations
30
27
- prefer_expression_function_bodies
31
28
- prefer_final_locals
32
- - prefer_relative_imports
33
- - test_types_in_equals
34
29
- unnecessary_await_in_return
35
30
- unnecessary_raw_strings
36
31
- use_if_null_to_convert_nulls_to_bools
37
32
- use_raw_strings
38
33
- use_string_buffers
39
- - use_super_parameters
Original file line number Diff line number Diff line change 1
1
name : cli_util
2
- version : 0.4.0
2
+ version : 0.4.1
3
3
description : A library to help in building Dart command-line apps.
4
4
repository : https://github.com/dart-lang/cli_util
5
5
6
6
environment :
7
- sdk : ' >=2.19.0 < 3.0.0'
7
+ sdk : ^ 3.0.0
8
8
9
9
dependencies :
10
10
meta : ^1.3.0
11
11
path : ^1.8.0
12
12
13
13
dev_dependencies :
14
- dart_flutter_team_lints : ^1 .0.0
14
+ dart_flutter_team_lints : ^2 .0.0
15
15
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments