File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 47
47
matrix :
48
48
# Add macos-latest and/or windows-latest if relevant for this package.
49
49
os : [ubuntu-latest]
50
- sdk : [2.17 .0, dev]
50
+ sdk : [3.0 .0, dev]
51
51
steps :
52
52
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
53
53
- uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
Original file line number Diff line number Diff line change 1
- ## 1.2.2-dev
1
+ ## 1.2.2-wip
2
2
3
- * Require Dart 2.17
3
+ * Require Dart 3.0
4
4
5
5
## 1.2.1
6
6
Original file line number Diff line number Diff line change
1
+ # https://dart.dev/guides/language/analysis-options
1
2
include : package:dart_flutter_team_lints/analysis_options.yaml
2
3
3
4
analyzer :
@@ -18,10 +19,8 @@ linter:
18
19
- avoid_unused_constructor_parameters
19
20
- avoid_void_async
20
21
- cancel_subscriptions
21
- # - cascade_invocations
22
22
- comment_references
23
23
- join_return_with_assignment
24
- # - lines_longer_than_80_chars
25
24
- literal_only_boolean_expressions
26
25
- missing_whitespace_between_adjacent_strings
27
26
- no_adjacent_strings_in_list
@@ -34,4 +33,8 @@ linter:
34
33
- prefer_relative_imports
35
34
- test_types_in_equals
36
35
- unnecessary_await_in_return
36
+ - unnecessary_breaks
37
+ - use_if_null_to_convert_nulls_to_bools
38
+ - use_raw_strings
37
39
- use_string_buffers
40
+ - use_super_parameters
Original file line number Diff line number Diff line change 1
1
name : term_glyph
2
- version : 1.2.2-dev
2
+ version : 1.2.2-wip
3
3
description : Useful Unicode glyphs and ASCII substitutes.
4
4
repository : https://github.com/dart-lang/term_glyph
5
5
6
6
environment :
7
- sdk : " >=2.17.0 < 3.0.0"
7
+ sdk : ^ 3.0.0
8
8
9
9
dev_dependencies :
10
10
csv : ^5.0.0
11
- dart_flutter_team_lints : ^0.1 .0
11
+ dart_flutter_team_lints : ^1.0 .0
12
12
dart_style : ^2.0.0
13
13
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments