-
-
Notifications
You must be signed in to change notification settings - Fork 911
Closed
Description
Thanks alot man. Have you also looked at this issue I pointed out?
customRender: {
'iframe': (
RenderContext renderContext,
Widget widget,
children,
) {
return Text(
'iFRAME',
style: TextStyle(
fontSize: 30,
color: Colors.red,
fontWeight: FontWeight.w900),
);
},
},
),
This throws an error: The getter 'attributes' was called on null.
It only happens when you try to customRender
an iframe
.
Originally posted by @shamnex in #64 (comment)
wxcvbn612, vptcnt and neyara
Metadata
Metadata
Assignees
Labels
No labels