简体   繁体   English

我可以在没有 Dart 的情况下使用 Flutter 吗?

[英]Can I use Flutter without Dart?

Before you give me answers like: "Just use dart it is really easy to learn" you must know that I already KNOW Dart and Flutter.在你给我答案之前:“只需使用 dart 它真的很容易学习”,你必须知道我已经知道 Dart 和 Flutter。 And I also KNOW that you can communicate between those 2 languages.而且我也知道您可以在这两种语言之间进行交流。 However, I really don't like this language and I wonder if I could write a Flutter App without any single peace of dart line code.但是,我真的不喜欢这种语言,我想知道我是否可以编写一个 Flutter 应用程序,而无需任何 dart 行代码。 I want to write anything in C++ without any Garbage Collector or without any of those bad issues of dart.我想在没有任何垃圾收集器或没有任何 dart 的坏问题的情况下在 C++ 中写任何东西。 If you answer then just only answer if it can be done or not or not if it would be good or bad.如果您回答,那么只回答是否可以完成或不能完成,无论它是好是坏。 I heard once that you can use Flutter without Dart but I also heard that you can't.我曾经听说你可以在没有 Dart 的情况下使用 Flutter 但我也听说你不能。 If you know better then please answer.如果你知道的更好,请回答。

You cannot.你不能。 Flutter is a dart framework. Flutter 是一个 dart 框架。 Dart is the language. Dart 是语言。 Flutter is not a language by itself at all. Flutter 本身根本不是一门语言。 If you're writing "Flutter code", you're writing "Dart code"如果您正在编写“Flutter 代码”,那么您正在编写“Dart 代码”

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

相关问题 在 Flutter 中使用已编译的 dart 可执行文件作为 DynamicLibrary - Use a compiled dart executable as DynamicLibrary in Flutter 在 flutter 中使用 dart:ffi 时,我可以在 C++ 代码中使用 JNI 接口吗? - Could I use JNI interfaces in my C++ code when using the dart:ffi in flutter? 我可以在没有实例化的情况下使用函数对象吗? - Can I use a function object without instantiation? 我可以使用没有tputs或putp的tparm() - Can I use tparm() without tputs or putp 我可以不加说明地使用模板 typedef 吗 - Can I use template typedef without clarification 如何在 Flutter 中使用 dart:ffi 打印到控制台? - How do I Print to Console using dart:ffi in Flutter? 如何在不破坏死键支持的情况下使用ToUnicode? - How can I use ToUnicode without breaking dead key support? 我可以在不等待未来限制的情况下使用 std::async 吗? - Can I use std::async without waiting for the future limitation? 为什么我可以在不初始化的情况下使用变量类C ++ - Why I can use class Variable without initialize it c++ 如何在没有竞争条件的情况下将QFutureWatcher与QtConcurrent :: run()一起使用 - How can I use a QFutureWatcher with QtConcurrent::run() without a race condition
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM