docs

TOP(About this memo)) > 一覧(Dart) > 導入

ドキュメント・ライブラリ

About Dart

Dart is a client-optimized language for developing fast apps on any platform. Its goal is to offer the most productive programming language for multi-platform development, paired with a flexible execution runtime platform for app frameworks.

Dart provides the language and runtimes that power Flutter apps, but Dart also supports many core developer tasks like formatting, analyzing, and testing code.

Dart was designed to be familiar, so it inherits many of the same statements and expressions as C, Java, JavaScript and other languages. But we created Dart because there is a lot of room to improve on what those languages offer. We added a bunch of features, from string interpolation to initializing formals, to help you express your intent more simply and easily.

Be consistent. Be brief.

クラス、OOP志向

Dartコードのコンパイル

リリースモード

デバッグモード/プロファイルモード

コマンドラインツール