- 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
- Compatibility with
file_picker10.0.x. See details on their changelog - Compatibility with
flutter_form_builder10.0.x. See details on their changelog - Set minimal Flutter version to 3.29.0
- Set minimal Dart version to 3.7.0
- Add
compressionQualityparameter, that solving app crashes on some Huawei phones - Set minimal Flutter version to 3.27.0
- Set minimal Dart version to 3.6.0
- 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
- Use withData instead kIsWeb to load images
- Add
customTypeViewerBuilderproperty to allow custom file viewer widget - Built with Flutter 3.13
- Update constraints to Dart 3
- Update constraints to Flutter 3.10
- Update
flutter_form_builderto 9.x.x. Take a look breaking changes on there changelog
- Update constraints to Dart 3
- Update constraints to Flutter 3.10
- Remove
typesproperty. UsetypeSelectorsinstead - Remove
selectorproperty. UsetypeSelectorsinstead
- Remove
permission_handlerdependency - Able desktop platforms support
- Add all desktops compatibilities
- Fix issue with initialValue not taken from form initialValues
- Improve example
- Built with Flutter 3.7
- Move maxFiles display into counterText #32 (Thanks @grundid)
- Add type selector property #31 (Thanks @grundid)
- Refactor readme
- Apply license BSD-3-clause
- Improvements to Web support
- Fix issue where errorText not showing
- Added support for web platform
- Support for FormBuilder 7.*
- Started integration with FormBuilder 7.*
- Add option to define custom file viewer widget
- Fixed decoration issue
- Full null safety
- Fixed null safety issue on file-viewer
- more null-safety fixes
- Upgraded packages - fix null-safety issues
- Ported to null-safety
flutter_form_bulderv5 compatible
- Added support for flutter_form_builder 4.*
- Bump dependency
file_pickerplugin. Include additionalfile_pickeroptions - Included MIT License. Closes #3
- Fix bug caused when
maxFilesis null. Closes #4
- Bumped up dependency versions:
flutter_form_builder,file_pickerandpermission_handler - Deprecated
fileExtensionattribute.allowedExtensionsto be used.
- Added more options:
previewImages,selector,fileType,fileExtension - BREAKING CHANGE: Renamed
maxImagestomaxFiles - Minor UI improvements
- Updated dependencies
- Started working on documentation
- Set up example project
- Initial release