widgets/weather/pdf_data_table library

PDF data table builder for weather data.

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

buildPdfDataTable({required Map<DateTime, double> dailyData, required Map<DateTime, (double, double)> dailyMinMax, required String dataType, required String unit, Map<DateTime, int>? precipitationHours}) Widget
Build data table for PDF showing daily weather statistics.