flutter_cupertino 1.0.2 copy "flutter_cupertino: ^1.0.2" to clipboard
flutter_cupertino: ^1.0.2 copied to clipboard

Native Cupertino components for iOS and macOS built with SwiftUI. Provides authentic platform views including buttons, sliders, switches, and tab bars with full customization support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_cupertino

With Flutter:

 $ flutter pub add flutter_cupertino

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_cupertino: ^1.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_cupertino/flutter_cupertino.dart';
1
likes
0
points
166
downloads

Publisher

unverified uploader

Weekly Downloads

Native Cupertino components for iOS and macOS built with SwiftUI. Provides authentic platform views including buttons, sliders, switches, and tab bars with full customization support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_cupertino

Packages that implement flutter_cupertino