We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
show
1 parent 46e99d9 commit 2db51c7Copy full SHA for 2db51c7
dart.md
@@ -17,7 +17,7 @@ Dart's most controversial feature is its ~~Optional Typing~~ Static Type safety
17
import "dart:collection";
18
import "dart:math" as math;
19
import "dart:ffi" as ffi;
20
-import "dart:io" show Platform;
+import "dart:io" show Platform; // import only part of the library, see https://dart.dev/language/libraries#importing-only-part-of-a-library
21
22
/// Welcome to Learn Dart in 15 minutes. http://dart.dev/
23
/// This is an executable tutorial. You can run it with Dart or on
0 commit comments