date_range_picker_flutter 1.0.2 icon indicating copy to clipboard operation
date_range_picker_flutter: ^1.0.2 copied to clipboard

Shows a full screen modal dialog containing a Material Design date range picker..

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');
  }

Images #

0
likes
90
pub points
61%
popularity

Publisher

unverified uploader

Shows a full screen modal dialog containing a Material Design date range picker..

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.unknown (LICENSE)

Dependencies

flutter, intl, provider

More

Packages that depend on date_range_picker_flutter