File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
build :
17
17
uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
18
18
with :
19
- flutter_channel : stable
20
- flutter_version : 3.7.7
19
+ flutter_channel : ' stable'
20
+ flutter_version : ' 3.13.2 '
21
21
min_coverage : 80
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
20
20
version : 1.0.0+1
21
21
22
22
environment :
23
- sdk : ' >=2.18 .0 <3 .0.0'
23
+ sdk : ' >=3.0 .0 <4 .0.0'
24
24
25
25
# Dependencies specify other packages that your package needs in order to work.
26
26
# To automatically upgrade your package dependencies to the latest versions
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ screenshots:
7
7
path : demo.png
8
8
9
9
environment :
10
- sdk : " >=2.18 .0 <3 .0.0"
10
+ sdk : ' >=3.0 .0 <4 .0.0'
11
11
flutter : " >=3.3.7"
12
12
13
13
dependencies :
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ void main() {
93
93
TextSpan (
94
94
text: 'bold' ,
95
95
style: TextStyle (),
96
- )
96
+ ),
97
97
];
98
98
expect (
99
99
TypesetParser .parseText (inputText: inputText),
@@ -121,7 +121,7 @@ void main() {
121
121
TextSpan (
122
122
text: 'italic' ,
123
123
style: TextStyle (),
124
- )
124
+ ),
125
125
];
126
126
expect (
127
127
TypesetParser .parseText (inputText: inputText),
@@ -149,7 +149,7 @@ void main() {
149
149
TextSpan (
150
150
text: 'underlined' ,
151
151
style: TextStyle (),
152
- )
152
+ ),
153
153
];
154
154
expect (
155
155
TypesetParser .parseText (inputText: inputText),
@@ -177,7 +177,7 @@ void main() {
177
177
TextSpan (
178
178
text: 'strikethrough' ,
179
179
style: TextStyle (),
180
- )
180
+ ),
181
181
];
182
182
expect (
183
183
TypesetParser .parseText (inputText: inputText),
You can’t perform that action at this time.
0 commit comments