im using youtube_player_flutter: ^9.0.1 package with flutter_inappwebview for opening online docx
the issue i have a html string i get from api which is about to open inside app so i added flutter_widget_from_html: ^0.15.0 after some when i open youtube page screen its not working
the log part is below
Unable to open '/data/app/~~j2Jiyq1wWpIx3p6m3zm76g==/com.google.android.trichromelibrary_567263634-6UieP-SeJqAexUmaULEH0g==/TrichromeLibrary.dm': No such file or directory
I just use another package for web view when i use the youtube is not working its like a i stuck
actually i found the problem wither any the one need to use but i need both what should i do..?
or is there any other way to do that i new to flutter .