How to call flutter developed pages in HTML website? I'm seeking for possiblity to use Flutter web page developed in dart in existing HTML website.
How to call flutter developed pages in HTML website? I'm seeking for possiblity to use Flutter web page developed in dart in existing HTML website.
Your best option now would be to embed the Flutter Web content in an iFrame.
We're working on enabling embedding content with a page using elements, but that's a ways off.