From d160df2723e04e6ea6c7d13320f9870a4c9f908c Mon Sep 17 00:00:00 2001 From: flutteractionsbot Date: Mon, 31 Aug 2026 08:10:11 +0000 Subject: [PATCH] [packages/packages/cupertino_ui] Prepare for batch release --- packages/cupertino_ui/CHANGELOG.md | 7 +++++++ .../change_2026_08_21_cupertino_sheet_top_gap.yaml | 3 --- .../change_2026_08_22_cupertino_tab_bar_single_item.yaml | 3 --- .../change_2026_08_25_1787669520917.yaml | 4 ---- packages/cupertino_ui/pubspec.yaml | 2 +- 5 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 packages/cupertino_ui/pending_changelogs/change_2026_08_21_cupertino_sheet_top_gap.yaml delete mode 100644 packages/cupertino_ui/pending_changelogs/change_2026_08_22_cupertino_tab_bar_single_item.yaml delete mode 100644 packages/cupertino_ui/pending_changelogs/change_2026_08_25_1787669520917.yaml diff --git a/packages/cupertino_ui/CHANGELOG.md b/packages/cupertino_ui/CHANGELOG.md index 7214e85d8242..28b589d8f963 100644 --- a/packages/cupertino_ui/CHANGELOG.md +++ b/packages/cupertino_ui/CHANGELOG.md @@ -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. diff --git a/packages/cupertino_ui/pending_changelogs/change_2026_08_21_cupertino_sheet_top_gap.yaml b/packages/cupertino_ui/pending_changelogs/change_2026_08_21_cupertino_sheet_top_gap.yaml deleted file mode 100644 index 4a8e5d105a6f..000000000000 --- a/packages/cupertino_ui/pending_changelogs/change_2026_08_21_cupertino_sheet_top_gap.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changelog: | - - Fixes lower routes being revealed through the top gap when multiple `CupertinoSheetRoute`s are stacked. -version: patch diff --git a/packages/cupertino_ui/pending_changelogs/change_2026_08_22_cupertino_tab_bar_single_item.yaml b/packages/cupertino_ui/pending_changelogs/change_2026_08_22_cupertino_tab_bar_single_item.yaml deleted file mode 100644 index 753d422489af..000000000000 --- a/packages/cupertino_ui/pending_changelogs/change_2026_08_22_cupertino_tab_bar_single_item.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changelog: | - - Allows `CupertinoTabBar` to contain a single item. -version: patch diff --git a/packages/cupertino_ui/pending_changelogs/change_2026_08_25_1787669520917.yaml b/packages/cupertino_ui/pending_changelogs/change_2026_08_25_1787669520917.yaml deleted file mode 100644 index 3768f9be9869..000000000000 --- a/packages/cupertino_ui/pending_changelogs/change_2026_08_25_1787669520917.yaml +++ /dev/null @@ -1,4 +0,0 @@ -changelog: | - - 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. -version: patch diff --git a/packages/cupertino_ui/pubspec.yaml b/packages/cupertino_ui/pubspec.yaml index 00ede9745ef2..89a3acfaa3bc 100644 --- a/packages/cupertino_ui/pubspec.yaml +++ b/packages/cupertino_ui/pubspec.yaml @@ -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