Add Widgets During Runtime

I am trying to build a terminal emulator using icedrs. A problem I have run into is dynamically adding widgets…does iced have functionality to add widgets during runtime? If not, how would I go about doing this?

If you mean showing different widgets then yes, in fact you return a completely new widget tree every time the view function runs.

If you are talking about dynamically loading code then I don’t know.

1 Like