'Is Flutter capable of dynamically loading and building widgets during runtime?

Is there any by which I can store multiple dart files on some server and retrieve any one of those file during run-time in such a way that Flutter is able to build a particular widget from the file it receives?



Solution 1:[1]

Remote flutter widgets - A mechanism for rendering widgets based on declarative UI descriptions that can be obtained at runtime.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 selvan