cupertino_ui 1.0.2
cupertino_ui: ^1.0.2 copied to clipboard
The official Flutter Cupertino Design Library, implementing the iOS design system.
1.0.2 #
- Fixed some leaks of TextEditingControllers in the cupertino_ui magnifier examples.
- Fixed an issue where the
CupertinoIconsfont was not included in the cupertino_ui examples. - Allows
CupertinoTabBarto contain a single item. - Fixes lower routes being revealed through the top gap when multiple
CupertinoSheetRoutes are stacked.
1.0.1 #
- Add missing Widget of the Week videos to widget API docs.
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.