widgets/map/news_list_dialog library
Dialog for displaying a list of news in the current map view.
Copyright (C) 2025, Software Innovation Institute, ANU.
Licensed under the GNU General Public License, Version 3 (the "License").
License: https://opensource.org/license/gpl-3-0.
Authors: Graham Williams, Miduo
Functions
-
showNewsListDialog(
{required BuildContext context, required List< NewsMarker> visibleNewsMarkers, required VoidCallback onCloseNews, required void onNewsMarkerTap(NewsMarker newsMarker)}) → Future<void> - Shows a dialog with the list of all news in current view.