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
@@ -68,9 +68,8 @@ Since this package makes use of [file_picker](https://pub.dev/packages/file_pick
68
68
### Specific uses
69
69
70
70
On mobile platforms the file picker will open a default document picker if used with `FileType.any`.
71
-
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.
72
-
This way the user will see two buttons to open a file picker for documents and a file picker for the photos
73
-
gallery.
71
+
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 different selectors. To achieve this use the `typeSelectors` parameter.
72
+
This way the user will see two buttons to open a file picker for documents and a file picker for the photos gallery.
0 commit comments