There is a HTMLElementView widget which can help you embed Html in flutter web . This widget can take an Iframe and render it. If you don’t prefer Iframe then you can embed simply a BodyElement from the dart:html library directly. An example of embedding Iframe is availabel here.
Read moreHow do I embed HTML into Flutter?
There is a HTMLElementView widget which can help you embed Html in flutter web . This widget can take an Iframe and render it. If you don’t prefer Iframe then you can embed simply a BodyElement from the dart:html library directly. An example of embedding Iframe is availabel here.
Read more