skip to Main Content

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


  1. Chosen as BEST ANSWER

    The answer would be not possible I guess...


  2. 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 🙏️.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search