Now that Element Embedding is out on Flutter 3.10. Instead of adding Flutter content to the webpage, is it possible to just add the Flutter widgets/components? For example, ElevatedButton()
.
What I mean by not adding Flutter content is that I don’t want to add the whole app (counter app on the right). I just wanted to add just the widgets itself.
2
Answers
The answer would be not possible I guess...
Your idea can be done. Check out this website as proof: demo
This Medium blog: element-embedding-in-flutter, will provide you with the answer.
Don’t forget to vote if my answer helped you 🙏️.