GaspardMerten / date_range_picker

Date Range Picker is a user-friendly and simple package for Flutter that allows users to select a date range. It's designed to evolve over time, and its components are built to be reusable.
MIT License
12 stars 31 forks source link

showDateRangePickerDialog return null #10

Open vipinnegi90 opened 11 months ago

vipinnegi90 commented 11 months ago

The param "onDateRangeChanged" in DateRangePickerWidget gives the selected date range right after the changes made on the calendar. I don't want to hit API as soon as the daterange is changed. So I await for showDateRangePickerDialog but it always returns null.