We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b09b72 commit 4ada0d1Copy full SHA for 4ada0d1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.4.0]
2
+
3
+* Add all desktops compatibilities
4
+* Fix issue with initialValue not taken from form initialValues
5
+* Improve example
6
+* Built with Flutter 3.7
7
8
## [2.3.0]
9
10
* Move maxFiles display into counterText #32 (Thanks @grundid)
pubspec.yaml
@@ -1,6 +1,6 @@
name: form_builder_file_picker
description: FilePicker Field for flutter_form_builder package. Used to select files as part of form input.
-version: 2.3.0
+version: 2.4.0
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker/issues
funding:
0 commit comments