Embedding Flutter elements in HTML-based web pages?
P粉438918323
2023-09-04 18:01:08
<p>Element Embedding is now available in Flutter 3.10. Is it possible to just add Flutter widgets/components instead of adding Flutter content to a web page? For example, <code>ElevatedButton()</code>. </p>
<p>What I mean by not adding Flutter content is that I don't want to add the entire app (the counter app on the right). I just want to add the widget itself. </p>
I guess the answer is impossible...