You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments