Skip to content

Commit 2c52275

Browse files
committed
Revert change to example main.dart
1 parent ee8b56f commit 2c52275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class _MyHomePageState extends State<MyHomePage> {
148148
),
149149
body: SingleChildScrollView(
150150
child: Html(
151-
data: "<p>Test</p>",
151+
data: htmlData,
152152
//Optional parameters:
153153
customImageRenders: {
154154
networkSourceMatcher(domains: ["flutter.dev"]):

0 commit comments

Comments
 (0)