Home > Enterprise >  create a c programming IDE app with flutter
create a c programming IDE app with flutter

Time:08-15

which dependency can help me to run c programming language and show me the result. Creating c programming IDE is possible with flutter or not?

CodePudding user response:

You can use this for syntax highlighting:-

For compiling C though you can use Online Compiler APIs like:-

For emulating the terminal you can use Xterm: https://pub.dev/packages/xterm

  • Related