Cupertino refers to design and UI components that follow Apple’s iOS design guidelines.
- In Flutter, the
Cupertino
library provides widgets styled to look like native iOS elements (e.g.,CupertinoButton
,CupertinoNavigationBar
). - More generally, Cupertino is also the city in California where Apple’s headquarters is located.
Would you like me to explain Material Design vs Cupertino (iOS) widgets in Flutter for comparison?