Skip to content

Commit 0d52ecb

Browse files
committed
Fix tests
1 parent 5def283 commit 0d52ecb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/core/lib/src/internal/text_ops.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ FontWeight? fontWeightTryParse(css.Expression expression) {
224224
return FontWeight.w800;
225225
case 900:
226226
return FontWeight.w900;
227+
default:
227228
}
228229
}
229230

packages/fwfh_chewie/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
sdk: ">=3.0.0 <4.0.0"
99

1010
dependencies:
11-
chewie: ^1.0.0
11+
chewie: ^1.3.0
1212
flutter:
1313
sdk: flutter
1414
flutter_widget_from_html_core: ">=0.14.2 <0.16.0"

0 commit comments

Comments
 (0)