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.
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.
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.