flutter_eval icon indicating copy to clipboard operation
flutter_eval copied to clipboard

Compiling widgets implemented in multiple files

Open dhombios opened this issue 1 year ago • 0 comments

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)

dhombios avatar Sep 17 '24 18:09 dhombios