Skip to content

Commit 8c7bffe

Browse files
docs: format readme
1 parent 15f5679 commit 8c7bffe

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

README.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,27 @@
22

33
FormBuilder Extra Fields provides common ready-made form input fields for [flutter_form_builder](https://pub.dev/packages/flutter_form_builder) package. The package gives you a convenient way of adding common ready-made input fields instead of creating your own FormBuilderField from scratch.
44

5-
65
[![Pub Version](https://img.shields.io/pub/v/form_builder_extra_fields?logo=flutter&style=for-the-badge)](https://pub.dev/packages/form_builder_extra_fields)
76
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/flutter-form-builder-ecosystem/form_builder_extra_fields/Base?logo=github&style=for-the-badge)](https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/actions/workflows/base.yaml)
87
[![Codecov](https://img.shields.io/codecov/c/github/flutter-form-builder-ecosystem/form_builder_extra_fields?logo=codecov&style=for-the-badge)](https://codecov.io/gh/flutter-form-builder-ecosystem/form_builder_extra_fields/)
98
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/flutter-form-builder-ecosystem/form_builder_extra_fields?logo=codefactor&style=for-the-badge)](https://www.codefactor.io/repository/github/flutter-form-builder-ecosystem/form_builder_extra_fields)
109
___
1110

1211
- [Features](#features)
13-
- [Inputs](#inpus)
14-
- [Parameters](#parameters)
15-
- [Dependency parameters](#dependency-parameters)
12+
- [Inputs](#inputs)
13+
- [Parameters](#parameters)
14+
- [Dependency parameters](#dependency-parameters)
1615
- [Use](#use)
17-
- [Setup](#setup)
18-
- [Basic use](#basic-use)
16+
- [Setup](#setup)
17+
- [Basic use](#basic-use)
1918
- [Support](#support)
20-
- [Contribute](#contribute)
21-
- [Questions and answers](#questions-and-answers)
22-
- [Donations](#donations)
19+
- [Contribute](#contribute)
20+
- [Questions and answers](#questions-and-answers)
21+
- [Donations](#donations)
2322
- [Roadmap](#roadmap)
2423
- [Ecosystem](#ecosystem)
2524
- [Thanks to](#thanks-to)
26-
- [Contributors](#contributors)
25+
- [Contributors](#contributors)
2726

2827
## Features
2928

@@ -33,14 +32,14 @@ ___
3332

3433
The currently supported fields include:
3534

36-
* `FormBuilderChipsInput` - Takes a list of `Chip`s as input and suggests more options on typing
37-
* `FormBuilderColorPicker` - Input for `Color` selection
38-
* `FormBuilderCupertinoDateTimePicker` - For `Date`, `Time` and `DateTime` input using a Cupertino-style picker
39-
* `FormBuilderRating` - For selection of a numerical value as a rating
40-
* `FormBuilderSearchableDropdown` - Field for selecting value(s) from a searchable list
41-
* `FormBuilderSignaturePad` - Field with drawing pad on which user can doodle
42-
* `FormBuilderTouchSpin` - Selection of a number by tapping on a plus or minus icon
43-
* `FormBuilderTypeAhead` - Auto-completes user input from a list of items
35+
- `FormBuilderChipsInput` - Takes a list of `Chip`s as input and suggests more options on typing
36+
- `FormBuilderColorPicker` - Input for `Color` selection
37+
- `FormBuilderCupertinoDateTimePicker` - For `Date`, `Time` and `DateTime` input using a Cupertino-style picker
38+
- `FormBuilderRating` - For selection of a numerical value as a rating
39+
- `FormBuilderSearchableDropdown` - Field for selecting value(s) from a searchable list
40+
- `FormBuilderSignaturePad` - Field with drawing pad on which user can doodle
41+
- `FormBuilderTouchSpin` - Selection of a number by tapping on a plus or minus icon
42+
- `FormBuilderTypeAhead` - Auto-completes user input from a list of items
4443

4544
### Parameters
4645

@@ -61,7 +60,6 @@ The rest of the attributes will be determined by the type of Widget being used.
6160

6261
Each field has a dependency with your own configurations. Take a look on dependencies repositories to understand the behaviour and properties:
6362

64-
6563
| Field | Dependency |
6664
|-------|------------|
6765
|`FormBuilderChipsInput`|No dependency|
@@ -102,9 +100,9 @@ For more instructions about `FormBuilder`, see [flutter_form_builder](https://pu
102100

103101
You have some ways to contribute to this packages
104102

105-
- Beginner: Reporting bugs or request new features
106-
- Intermediate: Implement new features (from issues or not) and created pull requests
107-
- Advanced: Join to [organization](#ecosystem) like a member and help coding, manage issues, dicuss new features and other things
103+
- Beginner: Reporting bugs or request new features
104+
- Intermediate: Implement new features (from issues or not) and created pull requests
105+
- Advanced: Join to [organization](#ecosystem) like a member and help coding, manage issues, dicuss new features and other things
108106

109107
See [contribution file](https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md) for more details
110108

0 commit comments

Comments
 (0)