Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use folder picker without permission implications #136

Closed
deckerst opened this issue Nov 26, 2021 Discussed in #134 · 1 comment
Closed

Use folder picker without permission implications #136

deckerst opened this issue Nov 26, 2021 Discussed in #134 · 1 comment
Labels
P2 random bugs & feature requests

Comments

@deckerst
Copy link
Owner

deckerst commented Nov 26, 2021

addressing issues 1. and 4. in #134 (comment)

@deckerst deckerst added the P2 random bugs & feature requests label Nov 26, 2021
@deckerst
Copy link
Owner Author

Quick review of packages for file/directory selection.

null-safe:

  • easy_folder_picker: low quality (no volume selection, no sort)
  • file_picker (+ a billion derivative packages): uses Intent.ACTION_OPEN_DOCUMENT_TREE (like Aves)
  • file_selector: web/desktop only
  • filesystem_picker: low quality (no volume selection, no sort, not safe area aware)

null-safe but no directory support:

  • file_picker_cross
  • lean_file_picker

not null-safe:

  • directory_picker
  • fget_file
  • flutterfileselector
  • folder_picker
  • folder_selector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 random bugs & feature requests
Projects
None yet
Development

No branches or pull requests

1 participant