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.

Home Page:https://akvelon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extend example so that code written can be executed

flutter-painter opened this issue · comments

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 ?