Add comment about why MaterialUiCompatibilityBridge is needed for HtmlWidget
[skip ci]
This commit is contained in:
parent
a680c5cd0c
commit
47a3d9d92f
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ class const Html(
|
|||
}) extends ConsumerWidget {
|
||||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) =>
|
||||
// needed until https://github.com/daohoangson/flutter_widget_from_html/issues/1618 is resolved
|
||||
MaterialUiCompatibilityBridge(
|
||||
child: HtmlWidget(
|
||||
html,
|
||||
|
|
|
|||
Loading…
Reference in a new issue