'Flutter YouTube Embed Problem (HtmlUnescape)
Such a data comes from the API as a string.
</strong></p>\r\n<p>1970 yılından bu yana eğitim sekt&ouml;r&uuml;nde girişimcilik ruhunu ortaya koyarak yeniliklerin peşinde koşan &Ccedil;anga, 20 metrekarelik d&uuml;kk&acirc;nda başlayan ser&uuml;venin başarı hik&acirc;yesine d&ouml;n&uuml;şme yolculuğunu &rsquo;ye anlattı. &Ccedil;anga, eğitime verdiği &ouml;nemle girişimcilik ruhunu harmanlayarak hayata ge&ccedil;irdiği projeler ve &ccedil;alışmalar hakkında bilgiler verdi.</p>\r\n<p>&nbsp;<iframe src="//www.youtube.com/embed/bMhrZko2Nfo" width="560" height="314" allowfullscreen="allowfullscreen"></iframe></p>\r\n<p><strong>&lsquo;AKADEMİK YAYIN PORTF&Ouml;Y&Uuml;NDE 3&rsquo;&Uuml;NC&Uuml;Y&Uuml;Z&rsquo;</strong><br />
This is how I show this data in my application. package = ( html_unescape: ^2.0.0 , flutter_html: ^2.2.1)
Html(
data: HtmlUnescape().convert(
snapshot.data![0].description,
),
),
There is no problem in the text part, but if there is a youtube embed video, that part comes blank in the emulator, on the phone it looks like this. Anyone to help with this?
Error Code :
b/117267690: Failed to get fallback IMM with expected displayId=45actual IMM#displayId=0 view=io.flutter.plugins.webviewflutter.WebViewHostApiImpl$InputAwareWebViewPlatformView{cf62f81 VFEDHVC.. ........ 0,0-1314,1099}
Is there any way to solve this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|


