widgets/pod/pod_dialogs library

Dialog utilities for POD file browser.

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.

Functions

showDeletePlacesConfirmation(BuildContext context) Future<bool>
Show confirmation dialog for deleting the main places.json file.
showDeletingSnackBar(BuildContext context, String fileName) → void
Show snackbar for delete in progress.
showFileOperationSnackBar(BuildContext context, {required String message, required bool success}) → void
Show snackbar for file operation result.