File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
pkgs/source_map_stack_trace Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4747 matrix :
4848 # Add macos-latest and/or windows-latest if relevant for this package.
4949 os : [ubuntu-latest]
50- sdk : [2.19 .0, dev]
50+ sdk : [3.3 .0, dev]
5151 steps :
5252 - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
5353 - uses : dart-lang/setup-dart@65c82982aa686933bf10d50aced7a27b2b63f2a6
Original file line number Diff line number Diff line change 11## 2.1.2-wip
22
3- * Require Dart 2.19
3+ * Require Dart 3.3.0
44
55## 2.1.1
66
Original file line number Diff line number Diff line change 1+ # https://dart.dev/tools/analysis#the-analysis-options-file
12include : package:dart_flutter_team_lints/analysis_options.yaml
23
34analyzer :
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ description: A package for applying source maps to stack traces.
44repository : https://github.com/dart-lang/source_map_stack_trace
55
66environment :
7- sdk : " >=2.19.0 < 3.0.0 "
7+ sdk : ^3. 3.0
88
99dependencies :
1010 path : ^1.8.0
1111 source_maps : ^0.10.10
1212 stack_trace : ^1.10.0
1313
1414dev_dependencies :
15- dart_flutter_team_lints : ^1 .0.0
15+ dart_flutter_team_lints : ^2 .0.0
1616 source_span : ^1.8.0
1717 test : ^1.16.0
You can’t perform that action at this time.
0 commit comments