From 5ebf6e78fd2116b1ddc4e1dc1542722642772f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:43:44 -0800 Subject: [PATCH] Remove CupertinoSegmentedControl from the widget catalog --- src/_data/catalog/widgets.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/_data/catalog/widgets.yml b/src/_data/catalog/widgets.yml index ef89d16d5a..8e8795c5a3 100644 --- a/src/_data/catalog/widgets.yml +++ b/src/_data/catalog/widgets.yml @@ -839,16 +839,6 @@ link: https://api.flutter.dev/flutter/cupertino/CupertinoSearchTextField-class.html image: src: /assets/images/docs/widget-catalog/cupertino-search-field.png -- name: CupertinoSegmentedControl - description: >- - An iOS-style segmented control. Used to select mutually exclusive options in - a horizontal list. - categories: - - 'Cupertino' - subcategories: [] - link: https://api.flutter.dev/flutter/cupertino/CupertinoSegmentedControl-class.html - image: - src: /assets/images/docs/widget-catalog/cupertino-segmented-control.png - name: CupertinoSlider description: Used to select from a range of values. categories: