Skip to content

Commit 6db2e50

Browse files
authored
Revise Dart description to be more current (#2654)
* Revise Dart description for clarity and conciseness Updated the description of Dart to emphasize its client-optimized nature and removed redundant information.
1 parent 9a50be2 commit 6db2e50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dart/content.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# What is Dart?
22

3-
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. For more details, see https://dart.dev.
3+
Dart is an approachable, portable, and productive language for high-quality apps on any platform.
4+
5+
Its goal is to offer the most productive programming language for multi-platform development, paired with a flexible execution runtime platform for app frameworks, and support for full-stack development. For more details, see https://dart.dev.
46

57
By utilizing Dart's support for ahead-of-time (AOT) [compilation to executables](https://dart.dev/tools/dart-compile#exe), you can create very small runtime images (~10 MB).
68

0 commit comments

Comments
 (0)