Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/cupertino_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.2

- Fixed some leaks of TextEditingControllers in the cupertino_ui magnifier examples.
- Fixed an issue where the `CupertinoIcons` font was not included in the cupertino_ui examples.
- Allows `CupertinoTabBar` to contain a single item.
- Fixes lower routes being revealed through the top gap when multiple `CupertinoSheetRoute`s are stacked.

## 1.0.1

- Add missing Widget of the Week videos to widget API docs.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cupertino_ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cupertino_ui
description: The official Flutter Cupertino Design Library, implementing the iOS design system.
version: 1.0.1
version: 1.0.2
repository: https://github.com/flutter/packages/tree/main/packages/cupertino_ui
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A%20cupertino%22

Expand Down