date_range_form_field 1.0.2 date_range_form_field: ^1.0.2 copied to clipboard
A Flutter package to create a widget which allows the user to use a date picker to input a DateRange into a FormField using showDateRangePicker.
0.0.1 #
- Initial release. Includes functionality to add a DateRange widget into a form.
0.0.2 #
- Added dartdoc documentation, updated description.
0.0.3 #
- Reformatted dartdoc documentation.
0.0.4 #
- Added 'date picker' text to description of package, and Contributing section to README.md.
0.0.5 #
- Merged Pull Request adding null initialDateRange, and an enabled option
1.0.0-nullsafety.1 #
- Migrated package to null safety, made small change to the default date format.
1.0.0-nullsafety.2 #
- Updated example to include null safe code.
1.0.0-nullsafety.3 #
- Updated documentation for null safety
1.0.0 #
- Migrated to stable null safety
1.0.1 #
- Updated widget to not require external context.
1.0.2 #
- Fixed problems with displaying hintText, and added support for fieldStartHintText and fieldEndHintText