widgets/weather/weather_date_selector library
Weather date range selector for historical weather.
Copyright (C) 2026, Software Innovation Institute, ANU.
Licensed under the GNU General Public License, Version 3 (the "License").
License: https://opensource.org/license/gpl-3-0.
Functions
-
buildDateRangeSelector(
{required BuildContext context, required DateTime? historicalStartDate, required DateTime? historicalEndDate, required void onStartDateChanged(DateTime?), required void onEndDateChanged(DateTime?), required VoidCallback onLoadData}) → Widget - Build date range selector for historical weather.