filesystem_picker 4.1.0 copy "filesystem_picker: ^4.1.0" to clipboard
filesystem_picker: ^4.1.0 copied to clipboard

FileSystem file or folder picker dialog. Allows the user to browse the file system and pick a folder or file.

4.1.0 #

  • Fixed 'Go Up' working on Linux (thanks @madadam).

4.0.0 #

  • Added shortcuts to allow multiple root drives (as in Windows) or favorites (as in the Linux/MacOS sidebar) on desktop systems.
  • Improved breadcrumb behavior on desktop systems (added mouse wheel scrolling).
  • The closeButton and automaticallyImplyLeading parameters have been added to the FilesystemPicker widget to allow you to specify a close button.

3.1.0 #

  • rootDirectory may be equal to directory, otherwise it is impossible to select / or C:\.
  • Breadcrumbs refactor for better compatibility with desktop OS.

3.0.0 #

  • Two new picker display modes: popup dialog and bottom sheet.
  • Added the ability to specify the directory initially displayed in the dialog (must be a child of the rootDirectory).
  • Added the ability to set a callback to filter the list of folders and files displayed in the picker.
  • Added contextual actions such as "Create Folder".
  • Added a theme definition that allows you to customize each part of the picker.
  • The FilesystemPickerDefaultOptions widget has been added, which allows you to set the default settings and theme for all pickers.

2.0.1 #

  • Flutter 3.0 compatibility

2.0.0 #

  • Deprecated theme properties have been replaced with their current counterpart.

2.0.0-nullsafety.0 #

  • Migrate to null safety.

1.0.4 #

Bug fix: FilesystemPicker.open() now returns null if nothing was selected.

1.0.3 #

Breaking change FileSystem Picker no longer checks storage access permissions. If you need it, you must do it via a callback.

  • The explicit dependency on permission_handler has been removed and replaced with a callback.

1.0.2 #

  • Added file item selection mode (checkmark or whole tile)

1.0.1 #

  • Remove ripple effect on file selection tile
  • Added optional folder icon color

1.0.0+2 #

  • permission_handler dependency updated to 5.0.1

1.0.0+1 #

  • pub.dev maintenance issues resolved.

1.0.0 #

  • Initial release.
203
likes
140
points
21.6k
downloads
screenshot

Documentation

API reference

Publisher

verified publisheramazingsoftworks.com

Weekly Downloads

FileSystem file or folder picker dialog. Allows the user to browse the file system and pick a folder or file.

Homepage
Repository (GitHub)
View/report issues

Topics

#picker #files #file-selection #file-selector #ui

License

BSD-3-Clause (license)

Dependencies

flutter, path

More

Packages that depend on filesystem_picker