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.
1 parent 28de49e commit ba78539Copy full SHA for ba78539
packages/flutter/lib/cupertino.dart
@@ -8,6 +8,11 @@
8
///
9
/// To use, import `package:flutter/cupertino.dart`.
10
11
+/// This library is designed for apps that run on iOS. For apps that may also
12
+/// run on other operating systems, we encourage use of other widgets, for
13
+/// example the [Material
14
+/// Design](https://flutter.dev/docs/development/ui/widgets/material) set.
15
+///
16
/// {@youtube 560 315 https://www.youtube.com/watch?v=3PdUaidHc-E}
17
library cupertino;
18
0 commit comments