Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/src/builtins/text_builtin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class TextBuiltIn extends HtmlExtension {
return TextSpan(
text: '\n',
style: context.styledElement!.style.generateTextStyle(),
children: const [WidgetSpan(child: SizedBox.shrink())],
);
}

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_html_audio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html: ^3.0.0-beta.2
video_player: '>=2.2.8 <3.0.0'
video_player: '>=2.8.3 <3.0.0'
chewie_audio: ^1.5.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_html_iframe/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html: ^3.0.0-beta.2
webview_flutter: '>=4.0.0 <5.0.0'
webview_flutter: '>=4.7.0 <5.0.0'

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_html_video/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html: ^3.0.0-beta.2
video_player: '>=2.2.8 <3.0.0'
video_player: '>=2.8.3 <3.0.0'
chewie: '>=1.1.0 <2.0.0'

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dev_dependencies:
sdk: flutter
flutter_lints: ^2.0.1
meta: ^1.8.0
melos: ^3.0.1
melos: ^4.1.0

screenshots:
- description: 'An example of the output produced by flutter_html'
Expand Down