This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Expand file tree Collapse file tree 5 files changed +6
-3
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 : [2.19 .0, dev]
51
51
steps :
52
52
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
53
53
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
Original file line number Diff line number Diff line change 1
1
## 7.0.2-dev
2
2
3
+ * Require Dart 2.19
3
4
* Fix an issue in ` HeaderWithIdSyntax ` , do not generate heading IDs for headings
4
5
with no content.
5
6
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ executables:
9
9
markdown :
10
10
11
11
environment :
12
- sdk : ' >=2.17 .0 <3.0.0'
12
+ sdk : ' >=2.19 .0 <3.0.0'
13
13
14
14
dependencies :
15
15
args : ^2.0.0
@@ -20,7 +20,7 @@ dev_dependencies:
20
20
build_version : ^2.0.3
21
21
build_web_compilers : ' >=3.0.0 <5.0.0'
22
22
collection : ^1.15.0
23
- dart_flutter_team_lints : ^0.1 .0
23
+ dart_flutter_team_lints : ^1.0 .0
24
24
html : ^0.15.0
25
25
http : ^0.13.5
26
26
io : ^1.0.0
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
@TestOn ('vm' )
6
+ library ;
6
7
7
8
import 'package:markdown/markdown.dart' ;
8
9
import 'package:test/test.dart' ;
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
@TestOn ('vm' )
6
+ library ;
6
7
7
8
import 'dart:io' ;
8
9
You can’t perform that action at this time.
0 commit comments