Issue while running web app which is from flutter web

I have created a sample flutter app and launched on WebOS TV simulator, and I got the following error while inspect.

Please try again as a hosted web app. Thank you.

I want to make my app run on LG Web OS Tv as both offline and online application. Is it possible to achieve that?

It is up to you to package all dependencies of your app. Please contact Flutter support and discuss this with them. And in webOS TV apps, the path to each asset should be specified relative to the index.html file. For this, you can refer to App Resources and Luna Service sample app. Thank you.