@@ -6,20 +6,22 @@ Additional form inputs fields with Cupertino style for [flutter_form_builder](ht
6
6
[ ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/flutter-form-builder-ecosystem/form_builder_cupertino_fields/base.yaml?branch=main&logo=github&style=for-the-badge )] ( https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields/actions/workflows/base.yaml )
7
7
[ ![ Codecov] ( https://img.shields.io/codecov/c/github/flutter-form-builder-ecosystem/form_builder_cupertino_fields?logo=codecov&style=for-the-badge )] ( https://codecov.io/gh/flutter-form-builder-ecosystem/form_builder_cupertino_fields/ )
8
8
[ ![ CodeFactor Grade] ( https://img.shields.io/codefactor/grade/github/flutter-form-builder-ecosystem/form_builder_cupertino_fields?logo=codefactor&style=for-the-badge )] ( https://www.codefactor.io/repository/github/flutter-form-builder-ecosystem/form_builder_cupertino_fields )
9
- ___
10
-
11
- - [ Features] ( #features )
12
- - [ Inputs] ( #inputs )
13
- - [ Use] ( #use )
14
- - [ Setup] ( #setup )
15
- - [ Basic use] ( #basic-use )
16
- - [ Support] ( #support )
17
- - [ Contribute] ( #contribute )
18
- - [ Questions and answers] ( #questions-and-answers )
19
- - [ Donations] ( #donations )
20
- - [ Roadmap] ( #roadmap )
21
- - [ Ecosystem] ( #ecosystem )
22
- - [ Thanks to] ( #thanks-to )
9
+
10
+ ---
11
+
12
+ - [ Form Builder Cupertino Fields] ( #form-builder-cupertino-fields )
13
+ - [ Features] ( #features )
14
+ - [ Inputs] ( #inputs )
15
+ - [ Use] ( #use )
16
+ - [ Setup] ( #setup )
17
+ - [ Basic use] ( #basic-use )
18
+ - [ Support] ( #support )
19
+ - [ Contribute] ( #contribute )
20
+ - [ Questions and answers] ( #questions-and-answers )
21
+ - [ Donations] ( #donations )
22
+ - [ Roadmap] ( #roadmap )
23
+ - [ Ecosystem] ( #ecosystem )
24
+ - [ Thanks to] ( #thanks-to )
23
25
24
26
## Features
25
27
31
33
The currently supported fields include:
32
34
33
35
- ` FormBuilderCupertinoCheckbox ` - Single checkbox field
36
+ - ` FormBuilderCupertinoDateTimePicker ` - Date picker field
34
37
- ` FormBuilderCupertinoSegmentedControl ` - Segmented control using ` CupertinoSegmentedControl `
35
38
- ` FormBuilderCupertinoSlidingSegmentedControl ` - Segmented control bar using ` CupertinoSlidingSegmentedControl `
36
39
- ` FormBuilderCupertinoSlider ` - For selection of a numerical value on a slider
@@ -71,7 +74,7 @@ You have some ways to contribute to this packages
71
74
- Intermediate: Implement new features (from issues or not) and created pull requests
72
75
- Advanced: Join to [ organization] ( #ecosystem ) like a member and help coding, manage issues, dicuss new features and other things
73
76
74
- See [ contribution file] ( https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md ) for more details
77
+ See [ contribution file] ( https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md ) for more details
75
78
76
79
### Questions and answers
77
80
0 commit comments