flutter_eval
flutter_eval copied to clipboard
Compiling widgets implemented in multiple files
I find flutter_eval quite useful for implementing apps for teaching flutter (like a more advanced dartpad). However, all examples I've found implement the dynamic widget using a single .dart file
Would it be possible to use multiple files (a main one and others that are imported from it)? That would be great for teaching how to structure flutter projects (dartpad's single file limitation can be a limitation for advanced tutorials)