Intergrate Flutter Web page into existing HTML website

Viewed 22

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.

1 Answers

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.

Related