Skip to content

Commit 49604bc

Browse files
feat: remove cupertino segmented control
1 parent b24e369 commit 49604bc

File tree

4 files changed

+0
-141
lines changed

4 files changed

+0
-141
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ The currently supported fields include:
5555
- `FormBuilderFilterChip` - Creates a chip that acts like a checkbox
5656
- `FormBuilderRadioGroup` - Used to select one value from a list of Radio Widgets
5757
- `FormBuilderRangeSlider` - Used to select a range from a range of values
58-
- `FormBuilderSegmentedControl` - For selection of a value using the `CupertinoSegmentedControl` widget as an input
5958
- `FormBuilderSlider` - For selection of a numerical value on a slider
6059
- `FormBuilderSwitch` - On/Off switch field
6160
- `FormBuilderTextField` - A Material Design text field input

lib/flutter_form_builder.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export 'src/fields/form_builder_dropdown.dart';
1313
export 'src/fields/form_builder_filter_chips.dart';
1414
export 'src/fields/form_builder_radio_group.dart';
1515
export 'src/fields/form_builder_range_slider.dart';
16-
export 'src/fields/form_builder_segmented_control.dart';
1716
export 'src/fields/form_builder_slider.dart';
1817
export 'src/fields/form_builder_switch.dart';
1918
export 'src/fields/form_builder_text_field.dart';

lib/src/fields/form_builder_segmented_control.dart

Lines changed: 0 additions & 110 deletions
This file was deleted.

test/form_builder_segmented_control_test.dart

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)