flutter_ide
flutter_ide copied to clipboard
Live compilation
Hey! Just found this, and read through some things, and could you separate the live compilation code into a new repo, or explain the concept in detail for me to implement myself in a app?
If not that's fine, Ill probably understand it at some point
Sorry for the late reply!
The idea behind the live compilation server was to replace all the declarations of the widgets with custom ones that implement the toMap method therefore allowing it to be serialized. The effort was very experimental and not finished at all