- Set minimal Flutter version to 3.27.0
- Set minimal Dart version to 3.6.0
- Upgrade image_picker to 1.x.x
- Add support to preview builder #54 mvarendorff
- Update android and web examples setup
- Add linux setup example
- Set minimal Flutter version to 3.22.0
- Set minimal Dart version to 3.4.0
- Update constraints to Dart 3
- Update constraints to Flutter 3.10
- Update flutter_form_builder to 9.0.0. Take a look breaking changes on there changelog
- Update constraints to Dart 3
- Update constraints to Flutter 3.10
- Update flutter_form_builder to 9.0.0-dev.2
- NEW Allow only camera or gallery. Details on readme
- Add
icon
andbackgroundColor
properties - Update flutter_form_builder to 8.0.0
- Apply license BSD-3-clause
- Refactor readme
- Support flutter 3
- Improve documentation and displaying images #20(Thanks @ahmednfwela)
- Support for
flutter_form_builder
7.* - Use XFile instead of the old picker
- Proper null safety
- Added
displayCustomType
to accept any type for the values - Used ListView.builder for lazy loading items
- Started working on null-safety
- Formatted code sample in README
- Include code sample in README
- Initial release.