cupertino_ui 1.0.0
cupertino_ui: ^1.0.0 copied to clipboard
The official Flutter Cupertino Design Library, implementing the iOS design system.
1.0.0 #
- README updated for the full release of cupertino_ui.
- Promotes the pre-release to 1.0.0.
- Added a main.dart example for the Pub "Example" tab that references a curated list of existing examples.
0.0.3+1 #
- Remove unresolvable doc import for flutter_test
0.0.3 #
- Fix API doc by clearing unsupported directives introduced by macros.
- Fix API doc references.
- Adds CupertinoUiCompatibilityBridge for legacy flutter/cupertino.dart compatibility.
- Refactors examples to not cross-import material_ui.
0.0.2 #
- Copies over all Cupertino code from flutter/flutter.
- Copies over Cupertino localizations from flutter/flutter's flutter_localizations package.
- Migrates API doc samples and formatting.
- Updates minimum supported SDK version to Flutter 3.44/Dart 3.12.
0.0.1 #
- Initial setup of the
cupertino_uipackage, preparing for decoupling Cupertino widgets from the Flutter framework.