akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.
https://akvelon.com
Apache License 2.0
197 stars 47 forks source link

extend example so that code written can be executed #268

Open flutter-painter opened 5 months ago

flutter-painter commented 5 months ago

Hi,

Very interesting package, I see use case for teaching, training, evaluating if only the written code could be executed within the Flutter app. For example one could ask user to print "Hello World!" Display a run button to execute the written script. Give congratulations if executed snippet prints "Hello World!".

Could you please consider extending the example in this way ?