PackageTrack
Sign in Get early access

form_builder_file_picker

FilePicker Field for flutter_form_builder package. Used to select files as part of form input.

5.1.0 2.7K downloads/mo #4841 most downloaded on pub.dev flutter-form-builder-ecosystem/form_builder_file_picker

What this package is like to depend on

Last release 6 months ago

02 Feb 2026

Ships fairly regularly

a new release about every 4 months

Nearly every release is documented

notes for 20 of 20 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

27 releases · first in 2019

1 release in the last 12 months

see the full history below

Release timeline

27 releases · Dec 2019 to Feb 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 27
  1. 5.1.0 02 Feb 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 5.0.0...5.1.0

    Open source →
    Release notes
    • Update constraints to Flutter 3.38
    • Update constraints to Dart 3.10
    • Add onTap callback on default preview item widget. Solved #103 thanks to @SouksavathPMS
    • Update readme
    Open source →
  2. 5.0.0 06 Apr 2025
    Release notes

    What's Changed

    Full Changelog: 4.3.0...5.0.0

    Open source →
    Release notes

    BREAKING CHANGES

    • Compatibility with file_picker 10.0.x. See details on their changelog
    • Compatibility with flutter_form_builder 10.0.x. See details on their changelog
    • Set minimal Flutter version to 3.29.0
    • Set minimal Dart version to 3.7.0
    Open source →
  3. 4.3.0 21 Dec 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 4.2.0...4.3.0

    Open source →
    Release notes
    • Add compressionQuality parameter, that solving app crashes on some Huawei phones
    • Set minimal Flutter version to 3.27.0
    • Set minimal Dart version to 3.6.0
    Open source →
  4. 4.2.0 11 Aug 2024
    Release notes

    What's Changed

    • build(deps): bump file_picker from 5.5.0 to 6.1.1 by @dependabot in #73
    • build(deps): bump actions/setup-java from 3 to 4 by @dependabot in #75
    • build(deps): bump actions/stale from 8 to 9 by @dependabot in #76
    • build(deps): bump file_picker from 6.2.1 to 8.0.1 by @dependabot in #81

    Full Changelog: 4.1.0...4.2.0

    Open source →
    Release notes
    • Upgrade file_picker to 8.x.x
    • Update android and web settings on example
    • Set minimal Flutter version to 3.22.0
    • Set minimal Dart version to 3.4.0
    Open source →
  5. 4.1.0 16 Sep 2023
    Release notes

    What's Changed

    • Fix incorrect kIsWeb usage instead of withData by @divan in #65
    • Allow to customise the view of pickers by @lowminchien in #69
    • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #70

    New Contributors

    • @divan made their first contribution in #65
    • @lowminchien made their first contribution in #69

    Full Changelog: 4.0.0...4.1.0

    Open source →
    Release notes
    • Use withData instead kIsWeb to load images
    • Add customTypeViewerBuilder property to allow custom file viewer widget
    • Built with Flutter 3.13
    Open source →
  6. 4.0.0 14 May 2023
    Release notes

    What's Changed

    • build(deps): bump actions/setup-java from 2 to 3 by @dependabot in #63

    Full Changelog: 3.0.0...4.0.0

    Open source →
    Release notes

    BREAKING CHANGES

    • Update constraints to Dart 3
    • Update constraints to Flutter 3.10
    • Update flutter_form_builder to 9.x.x. Take a look breaking changes on there changelog
    Open source →
  7. 4.0.0-dev.2 14 May 2023 pre-release
    Release notes

    BREAKING CHANGE

    • Update constraints to Dart 3
    Open source →
  8. 4.0.0-dev.1 11 May 2023 pre-release
    Release notes

    BREAKING CHANGE

    • Update constraints to Flutter 3.10
    Open source →
  9. 3.0.0 27 Apr 2023
    Release notes

    What's Changed

    Full Changelog: 2.4.0...3.0.0

    Open source →
    Release notes

    BREAKING CHANGE

    • Remove types property. Use typeSelectors instead
    • Remove selector property. Use typeSelectors instead

    Improvements

    • Remove permission_handler dependency
    • Able desktop platforms support
    Open source →
  10. 2.4.0 27 Feb 2023
    Release notes
    • Add all desktops compatibilities
    • Fix issue with initialValue not taken from form initialValues
    • Improve example
    • Built with Flutter 3.7
    Open source →
  11. 2.3.0 30 Jul 2022
    Release notes
    • Move maxFiles display into counterText #32 (Thanks @grundid)
    • Add type selector property #31 (Thanks @grundid)
    • Refactor readme
    • Apply license BSD-3-clause
    Open source →
  12. 2.2.0 20 Jun 2022
    Release notes
    • Improvements to Web support
    • Fix issue where errorText not showing
    Open source →
  13. 2.1.0 06 Mar 2022
    Release notes
    • Added support for web platform
    Open source →
  14. 2.0.0 06 Nov 2021
    Release notes
    • Support for FormBuilder 7.*
    Open source →
  15. 2.0.0-alpha.0 21 Sep 2021 pre-release
    Release notes
    • Started integration with FormBuilder 7.*
    Open source →
  16. 1.2.0 06 Nov 2021
    Release notes
    • Add option to define custom file viewer widget
    • Fixed decoration issue
    • Full null safety
    Open source →
  17. 1.2.0-nullsafety.3 22 Jun 2021 pre-release
    Release notes
    • Fixed null safety issue on file-viewer
    Open source →
  18. 1.2.0-nullsafety.2 21 Jun 2021 pre-release
    Release notes
    • more null-safety fixes
    Open source →
  19. 1.2.0-nullsafety.1 21 Jun 2021 pre-release
    Release notes
    • Upgraded packages - fix null-safety issues
    Open source →
  20. 1.2.0-nullsafety.0 20 May 2021 pre-release
    Release notes
    • Ported to null-safety
    Open source →
  21. 1.1.0 25 Mar 2021
    Release notes
    • flutter_form_bulder v5 compatible
    Open source →
  22. 1.0.0 29 Dec 2020
    Release notes
    • Added support for flutter_form_builder 4.*
    Open source →
  23. 0.3.0 09 Aug 2020
    Release notes
    • Bump dependency file_picker plugin. Include additional file_picker options
    • Included MIT License. Closes #3
    • Fix bug caused when maxFiles is null. Closes #4
    Open source →
  24. 0.2.0 15 May 2020
    Release notes
    • Bumped up dependency versions: flutter_form_builder, file_picker and permission_handler
    • Deprecated fileExtension attribute. allowedExtensions to be used.
    Open source →
  25. 0.1.0 25 Mar 2020
    Release notes
    • Added more options: previewImages, selector, fileType, fileExtension
    • BREAKING CHANGE: Renamed maxImages to maxFiles
    • Minor UI improvements
    Open source →
  26. 0.0.2 25 Mar 2020
    Release notes
    • Updated dependencies
    • Started working on documentation
    • Set up example project
    Open source →
  27. 0.0.1 06 Dec 2019
    Release notes
    • Initial release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive