Cupertino design for Flutter

The Flutter Cupertino library is a collection of widgets that implement Apple's iOS design language for Flutter apps. The widgets have a similar look and feel to iOS, including rounded corners, gradients, and minimalistic design. They also include iOS interactions and animations.

The following 15-minute video provides a high-level glimpse of the Cupertino package:


Flutter's Cupertino Package

More information

#

To learn more about using the Cupertino package with Flutter, check out the following resources:

cd path/to/flutter
cd examples/api
flutter run lib/cupertino/switch/cupertino_switch.0.dart