utils/create_app_folder library
Create app folder.
Copyright (C) 2024-2025, Software Innovation Institute, ANU.
Licensed under the GNU General Public License, Version 3 (the "License").
License: https://www.gnu.org/licenses/gpl-3.0.en.html.
Authors: Ashley Tang
Functions
-
createAppFolder(
{required String folderName, required BuildContext context, bool createInitFile = true, required void onProgressChange(bool), required void onSuccess()}) → Future< SolidFunctionCallStatus> - Creates an app folder in POD with initialisation file.