Skip to content

Commit ba78539

Browse files
author
Tim Sneath
authored
Expand Cupertino library comment (flutter#64979)
1 parent 28de49e commit ba78539

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/flutter/lib/cupertino.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
///
99
/// To use, import `package:flutter/cupertino.dart`.
1010
///
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+
///
1116
/// {@youtube 560 315 https://www.youtube.com/watch?v=3PdUaidHc-E}
1217
library cupertino;
1318

0 commit comments

Comments
 (0)