- 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
- 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
customTypeViewerBuilder
property 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_builder
to 9.x.x. Take a look breaking changes on there changelog
- Update constraints to Dart 3
- Update constraints to Flutter 3.10
- Remove
types
property. UsetypeSelectors
instead - Remove
selector
property. UsetypeSelectors
instead
- Remove
permission_handler
dependency - 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_bulder
v5 compatible
- Added support for flutter_form_builder 4.*
- Bump dependency
file_picker
plugin. Include additionalfile_picker
options - Included MIT License. Closes #3
- Fix bug caused when
maxFiles
is null. Closes #4
- Bumped up dependency versions:
flutter_form_builder
,file_picker
andpermission_handler
- Deprecated
fileExtension
attribute.allowedExtensions
to be used.
- Added more options:
previewImages
,selector
,fileType
,fileExtension
- BREAKING CHANGE: Renamed
maxImages
tomaxFiles
- Minor UI improvements
- Updated dependencies
- Started working on documentation
- Set up example project
- Initial release