Skip to content

Commit 996bea0

Browse files
authored
Remove CupertinoSegmentedControl from the widget catalog (#11787)
This removes the `CupertinoSegmentedControl` from the widget catalog. Customers should instead use `CupertinoSlidingSegmentedControl`. `CupertinoSegmentedControl` is the pre-iOS 13 - released in 2019 - look for an iOS "segmented control". Part of flutter/flutter#152910 ## Presubmit checklist - [x] This PR is marked as draft with an explanation if not meant to land until a future stable release. - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
1 parent 56c3d39 commit 996bea0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/_data/catalog/widgets.yml

-10
Original file line numberDiff line numberDiff line change
@@ -839,16 +839,6 @@
839839
link: https://api.flutter.dev/flutter/cupertino/CupertinoSearchTextField-class.html
840840
image:
841841
src: /assets/images/docs/widget-catalog/cupertino-search-field.png
842-
- name: CupertinoSegmentedControl
843-
description: >-
844-
An iOS-style segmented control. Used to select mutually exclusive options in
845-
a horizontal list.
846-
categories:
847-
- 'Cupertino'
848-
subcategories: []
849-
link: https://api.flutter.dev/flutter/cupertino/CupertinoSegmentedControl-class.html
850-
image:
851-
src: /assets/images/docs/widget-catalog/cupertino-segmented-control.png
852842
- name: CupertinoSlider
853843
description: Used to select from a range of values.
854844
categories:

0 commit comments

Comments
 (0)