File tree 4 files changed +5
-10
lines changed
4 files changed +5
-10
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.19 .0, dev]
50
+ sdk : [3.3 .0, dev]
51
51
steps :
52
52
- uses : actions/checkout@v2
53
53
-
uses :
dart-lang/[email protected]
Original file line number Diff line number Diff line change 1
1
# 0.9.3
2
2
3
- - Time zone database updated to 2024d . For your convenience here are the
3
+ - Time zone database updated to 2024a . For your convenience here are the
4
4
announcements for [ 2023d] , [ 2024a] .
5
5
6
6
[ 2023d ] : https://mm.icann.org/pipermail/tz-announce/2023-December.txt
Original file line number Diff line number Diff line change @@ -18,11 +18,7 @@ linter:
18
18
- avoid_dynamic_calls
19
19
- avoid_positional_boolean_parameters
20
20
- avoid_unused_constructor_parameters
21
- - dangling_library_doc_comments
22
21
- directives_ordering
23
- - collection_methods_unrelated_type
24
- - implicit_call_tearoffs
25
- - library_annotations
26
22
- lines_longer_than_80_chars
27
23
- package_api_docs
28
24
- prefer_asserts_in_initializer_lists
@@ -31,4 +27,3 @@ linter:
31
27
- unnecessary_library_directive
32
28
- unnecessary_parenthesis
33
29
- unreachable_from_main
34
- - use_super_parameters
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ dependencies:
8
8
path : ^1.8.0
9
9
dev_dependencies :
10
10
args : any
11
- file : ^ 6.0.0
11
+ file : ' >= 6.0.0 <8.0.0 '
12
12
glob : ^2.0.0
13
- lints : ^2 .0.0
14
- logging : any
13
+ lints : ^3 .0.0
14
+ logging : ^1.2.0
15
15
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments