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
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days."
14
+
close-issue-message: "This issue was closed because it has been stalled for 7 days with no activity."
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ___
13
13
-[Use](#use)
14
14
-[Setup](#setup)
15
15
-[Basic use](#basic-use)
16
-
-[Especific uses](#especific-uses)
16
+
-[Specific uses](#specific-uses)
17
17
-[Support](#support)
18
18
-[Contribute](#contribute)
19
19
-[Questions and answers](#questions-and-answers)
@@ -28,7 +28,7 @@ ___
28
28
- Automatic handle permissions
29
29
- Show images preview
30
30
31
-
## Use
31
+
## Usage
32
32
33
33
### Setup
34
34
@@ -66,7 +66,7 @@ Since this package makes use of [file_picker](https://pub.dev/packages/file_pick
66
66
),
67
67
```
68
68
69
-
### Especific uses
69
+
### Specific uses
70
70
71
71
On mobile platforms the file picker will open a default document picker if used with `FileType.any`.
72
72
If you want to be able to pick documents and images in the same form field, you will need to define different file types and thus different selectors. To achieve this use the `typeSelectors` parameter.
@@ -119,9 +119,9 @@ You have some ways to contribute to this packages
119
119
120
120
- Beginner: Reporting bugs or request new features
121
121
- Intermediate: Implement new features (from issues or not) and created pull requests
122
-
- Advanced: Join to[organization](#ecosystem) like a member and help coding, manage issues, dicuss new features and other things
122
+
- Advanced: Join the[organization](#ecosystem) like a member and help coding, manage issues, dicuss new features and other things
123
123
124
-
See [contribution file](https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md) for more details
124
+
See [contribution guide](https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md) for more details
0 commit comments