Generative UI In Flutter

Hello Flutter Devs

in the Past Week I try to make UI Components in Real Time Using combination of Flutter_Eval , google_generative_ai Packages
i use google_generative_ui to generate string of widgets and flutter_eval to build widgets in runtime

but unfortunately, it didn’t work with me.

does anyone have similar experience with this topic?

I will appreciate your comment

1 Like

I haven’t tried this, but it sounds super interesting! I’d love to hear if you make any progress.

@scottstoll2017 has been using LLMs to generate Flutter dynamically. He may be of use here.

1 Like

I used Remote Flutter Widgets combined with Gemini, so I’m not sure how much help I could be.

Could you tell us a bit more on what exactly you are trying to solve and what your approach so far is?

The Goal Of this Post that I want to make UI Show Depend on User Actions, information …etc.
for example: if user open app in morning UI will be different if he open app in the evening and so

I didn’t want to handle every case so i will make LLM do it for me

Really curious if that will already be possible