tree: 1c560307aab52d5060a33ad5750324d9c693f6ee
  1. lib/
  2. test/
  3. .gitignore
  4. .metadata
  5. AUTHORS
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
packages/cupertino_ui/README.md

cupertino_ui

Coming soon - the official Cupertino widget library for Flutter as its own standalone package!

cupertino_ui will contain the standard collection of high-fidelity visual components that implement the latest iOS design language (buttons, navigation bars, pickers, etc.).

Note: This package will contain the cupertino library previously part of the Flutter framework itself (package:flutter/cupertino.dart). It is being decoupled to allow for faster iteration and a more modular ecosystem.

What's (going to be) inside?

This package will provide the Cupertino widgets you know and love, including but not limited to:

  • Structure: CupertinoPageScaffold, CupertinoNavigationBar
  • Inputs: CupertinoButton, CupertinoTextField, CupertinoSwitch
  • Dialogs: CupertinoAlertDialog, CupertinoActionSheet

Once landed and published, look forward to updates from iOS26! 🚀

Feedback & roadmap

We are currently migrating the Cupertino library out of the core framework.