date_range_form_field 0.0.5
date_range_form_field: ^0.0.5 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