date_range_picker_flutter 1.0.2 copy "date_range_picker_flutter: ^1.0.2" to clipboard
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
28%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, intl, provider

More

Packages that depend on date_range_picker_flutter