0 purchases
date range picker flutter
date_range_picker_flutter #
This package originally from z_date_range_picker and also modified some widget and language.
Enjoy!.
Shows a full screen modal dialog containing a Material Design date range picker.
how to use #
void showCustomRangePicker() async {
var res = await showTCRDateRangePicker(
context: context,
selectRange: CustomDateTimeRange(),
validRange: CustomDateTimeRange(start: DateTime(2021, 1), end: DateTime(2022, 7)),
);
print('res = $res');
}
copied to clipboard
Images #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.