File tree 4 files changed +5
-4
lines changed
pkgs/source_map_stack_trace
4 files changed +5
-4
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@9bb56186c3b09b4f86b1c65136769dd318469633
53
53
- uses : dart-lang/setup-dart@65c82982aa686933bf10d50aced7a27b2b63f2a6
Original file line number Diff line number Diff line change 1
1
## 2.1.2-wip
2
2
3
- * Require Dart 2.19
3
+ * Require Dart 3.3.0
4
4
5
5
## 2.1.1
6
6
Original file line number Diff line number Diff line change
1
+ # https://dart.dev/tools/analysis#the-analysis-options-file
1
2
include : package:dart_flutter_team_lints/analysis_options.yaml
2
3
3
4
analyzer :
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ description: A package for applying source maps to stack traces.
4
4
repository : https://github.com/dart-lang/source_map_stack_trace
5
5
6
6
environment :
7
- sdk : " >=2.19.0 < 3.0.0 "
7
+ sdk : ^3. 3.0
8
8
9
9
dependencies :
10
10
path : ^1.8.0
11
11
source_maps : ^0.10.10
12
12
stack_trace : ^1.10.0
13
13
14
14
dev_dependencies :
15
- dart_flutter_team_lints : ^1 .0.0
15
+ dart_flutter_team_lints : ^2 .0.0
16
16
source_span : ^1.8.0
17
17
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments