简体   繁体   English

使用 flutter 创建 c 编程 IDE 应用程序

[英]create a c programming IDE app with flutter

which dependency can help me to run c programming language and show me the result.哪个依赖项可以帮助我运行 c 编程语言并向我展示结果。 Creating c programming IDE is possible with flutter or not?是否可以使用 flutter 创建 c 编程 IDE?

You can use this for syntax highlighting:-您可以将其用于语法突出显示:-

For compiling C though you can use Online Compiler APIs like:-对于编译 C 尽管您可以使用在线编译器 API,例如:-

For emulating the terminal you can use Xterm: https://pub.dev/packages/xterm要模拟终端,您可以使用 Xterm: https://pub.dev/packages/xterm

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM