widgets/weather_dialog library
Weather info dialog widget.
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.
Classes
- WeatherDialog
- Dialog displaying current weather information.
Functions
-
showWeatherDialog(
{required BuildContext context, required double latitude, required double longitude, String? address}) → Future< void> - Shows a weather info dialog for the specified location.