utils/create_feature_folder library
Create feature folder.
Copyright (C) 2024, 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
-
createFeatureFolder(
{required String featureName, required BuildContext context, bool createInitFile = true, required void onProgressChange(bool), required void onSuccess()}) → Future< SolidFunctionCallStatus> - Creates or verifies a feature folder in POD. Creates a feature folder in POD with initialisation file.