skip to Main Content

how can i show html layout link in flutter?

I'm trying to make a html ad widget using html package, but the widget just occupy space, doesn't display layout. Widget _adWIdget() { return Html(data: """ <iframe src=adUrl width="100%" height="44" frameborder="0" scrolling="no" referrerpolicy="unsafe-url"></iframe> """); } I think it's because I…

VIEW QUESTION
Back To Top
Search